.m-license-homepage{
  background-image: url('../../images/licenses/homepage/bg-homepage.png');
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.m-license-homepage .m-home-header{
  display: flex;
  justify-content: center;
  padding: 20px 0px;
}

.m-license-homepage .m-home-body{
  background-color: #333333;
  color: white;
  opacity: 0.83;
  position: absolute;
  top: 150px;
  bottom: 0;
  right: 0;
  left: 0;
}

.m-license-homepage .m-home-body .m-home-body-content{
  padding: 0px 150px;
}

.m-license-homepage .m-home-body .m-home-body-content .intro p{
  line-height: 8px;
}

.m-license-homepage .m-home-body .m-home-body-content .more-info{
  padding: 20px 0px;
}

.m-license-homepage .m-home-body .m-home-body-content h2{
  font-family: 'Roboto Slab B';
}

.m-license-homepage .m-home-body .m-home-body-content h3{
  font-family: 'Roboto Slab B';
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.m-license-homepage .m-home-body .m-home-body-content p{
  font-family: 'Open Sans SB';
  font-size: 16px;
}

.m-license-homepage .m-home-body .m-home-body-content img:nth-child(1){
  margin: 40px 0px 10px 0px;
}

.m-license-homepage .m-home-body .m-home-body-content .subject-selector-content .subject-content{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m-license-homepage .m-home-body .m-home-body-content .subject-selector-content .subject-content img:nth-child(1){
  width: 250px;
}

.m-license-homepage .m-home-body .m-home-body-content .subject-selector-content .subject-content:nth-child(1){
  border-right: 2px solid #ffffff;
}

.m-license-homepage .m-home-body .m-home-body-content .subject-selector-content .subject-content img:nth-child(2){
  margin-top: 10px;
}

.m-license-homepage .m-home-body .m-home-body-content .subject-selector-content .subject-content .btn-milton-red{
  width: 200px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 18px 0px;
}

.m-license-homepage .m-home-body .m-home-body-content .subject-selector-content .subject-content p{
  font-family: 'Open Sans SB';
  font-size: 13px;
}
