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

.topSpaceWithLine {
    border-top: 1px solid #e1e0e0;
    margin-top: 40px;
}


@media(max-width:1199px){
    
}
@media(max-width:991px){
    .mainContent{
        margin: 20px 0 40px
    }

    
}
@media(max-width:767px){
    .mainContent{
        font-size: 13px;
        margin-top: 0;
    }
    .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: 450px;
    height: 440px;
    right:0;
    background-size: cover;
}
.hasWebP .ctaTop .flexContainer:after{
    background-image: url('/wp-content/themes/irs_us/new-design/img/ir-student-37.webp');
}

.noWebP .ctaTop .flexContainer:after{
    background-image: url('/wp-content/themes/irs_us/new-design/img/ir-student-37.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: 582px;
    max-height: 150px;
}

.imgList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0;
}
.imgList__item {
  width: 31%;
  padding-left: 70px;
  background-repeat: no-repeat;
  font-size: 14px;
}
.imgList__item--1 {
  background-image: url('/wp-content/themes/irs_us/new-design/img/icon-mission-and-vision-1.svg');
}
.imgList__item--2 {
  background-image: url('/wp-content/themes/irs_us/new-design/img/icon-mission-and-vision-2.svg');
}
.imgList__item--3 {
  background-image: url('/wp-content/themes/irs_us/new-design/img/icon-mission-and-vision-3.svg');
}
@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;
    }
    .ctaTop .ctaTopText {
        max-width: 600px;
        max-height: 270px;
    }
}
@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: 165px;
    }
    .imgList__item {
        width: 100%;
        margin-bottom: 40px;
        font-size: inherit;
        min-height: 56px;
    }
    
    .imgList__item:last-of-type {
        margin-bottom: 0px
    }
}
@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
      }
}