/* Main Content */
.mainContent > .flexContainer{
    display: block;
}
.mainContent{
    margin: 40px 0 0;
    font-size: 16px;
}
.mainContent h2{
    font-size: 34px;
    line-height: 44px;
    color: #333333;
    margin: 40px 0 20px;
}
.mainContent h3 {
    font-size: 20px;
    line-height: 40px;
    margin: 30px 0 20px;
}



/*guaranteesList*/
.guaranteesList__item {
  border-top: 1px solid #e1e0e0;
  margin: 0;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guaranteesList__item:first-of-type{
   border-top: none;  
}
.guaranteesList .guaranteesList__title {
  color: #000;
  font-size: 24px;
  line-height: 33px;
  max-width: 263px;
  margin: 0;
  font-family: Avenir;
}
.guaranteesList__text {
  max-width: 652px;
}

.additionalBlock{
    margin-top: 60px;
    margin-bottom: 90px;
}

.additionalBlock h2{
    text-align: center;
}
@media(max-width:1199px){
    .fourColsList li{
        width: 32%;
    }

}
@media(max-width:991px){
    .mainContent{
        margin: 40px 0 0
    }
    .guaranteesList__item {
        padding: 24px 0;
      }
    .guaranteesList .guaranteesList__title {
        max-width: none;
        margin: 0 0 16px;
      }
      .guaranteesList__text {
        max-width: none;
      }
}
@media(max-width:767px){
    .mainContent{
        font-size: 13px;
    }
    .mainContent h2 {
        font-size: 24px;
        line-height: 30px;
        color: #333333;
    }
}
@media(max-width:575px){
     


}
/* TOP CTA */
.ctaTop .flexContainer {
    height: 440px;
}
.hasWebP .ctaTop .flexContainer:after,
.noWebP .ctaTop .flexContainer:after{
    width: 418px;
    height: 438px;
    right:0;
    background-size: cover;
}
.hasWebP .ctaTop .flexContainer:after{
    background-image: url('/wp-content/themes/irs_us/new-design/img/ir-student-32.webp');
}

.noWebP .ctaTop .flexContainer:after{
    background-image: url('/wp-content/themes/irs_us/new-design/img/ir-student-32.png');
}
.ctaTop .flexContainer::before {
    width: 400px;
    height: 337px;
    background-size: 12px;
}

.ctaTop .ctaTopText > h1 {
    font-size: 40px;
}
.ctaTop .ctaTopText > div:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 10px;
}
.ctaTop .ctaTopText {
  max-width: 585px;
  max-height: 180px;
}

@media(max-width:1199px){
    .ctaTop .flexContainer::before {
        width: 335px;
        height: 314px;
    }
    .hasWebP .ctaTop .flexContainer::after, .noWebP .ctaTop .flexContainer::after {
        right: -25px;
        background-size: 100% auto;
    }
}
@media(max-width:991px){
    .ctaTop .flexContainer:after{
        display: none;
    }
    .ctaTop .flexContainer::before {
        width: 340px;
        height: 100px;
        background-size: 10px;
    }
    .ctaTop .ctaTopText {
        max-width: 100%;
    }
    .ctaTop .ctaTopText > h1 {
        font-size: 48px;
    }
    .ctaTop .flexContainer {
        height: 395px;
    }
    .ctaTop .ctaTopText {
        height: 290px;
    }
}
@media(max-width:767px){
    .ctaTop .ctaTopText > h1 {
        font-size: 30px;
    }
    .ctaTop .ctaTopText > div:nth-of-type(1) br {
        display:none;
    }
    .ctaTop::before {
        display: block;
        width: 340px;
        height: 91px;
        background-size: 10px;
    }
    .ctaTop .flexContainer {
        height: 400px;
    }
    .ctaTop .flexContainer {
        padding-bottom: 80px;
        padding-top: 20px;
    }
}
@media(max-width:575px){
    .ctaTop::before {
        width: 300px;
        height: 81px;
    }
    .ctaTop .ctaTopText {
        height: inherit;
    }.ctaTop .flexContainer,
          .ctaTop .ctaTopText {
        height: inherit;
        max-height: inherit;
      }
      .ctaTop .flexContainer {
        padding-bottom: 40px;
        padding-top: 40px;
      }
      .ctaTop::before {
       display: none
      }
}