/* Main Content */
.mainContent > .flexContainer{
    display: block;
}
.mainContent{
    margin: 75px 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;
}


/* statistic */
.statistic {
    padding-bottom: 0;
    margin: 55px 0 0;
}

.statistic .flexContainer {
    justify-content: space-between;
    flex-wrap: wrap;
}
.statistic__item {
    width: 20%;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.statistic__item span {
    display: block;
    font-weight: 800;
    font-size: 72px;
    line-height: 72px;
    text-align: center;
    color: #5BBC6D;
    width: 100%;
    margin-bottom: 10px;
}
@media(max-width: 1199px){
    .statistic__item {
        width: 25%;
    }
}

@media(max-width: 991px){
/*    .statistic__item {
        font-size: 14px;
    }*/
    .statistic__item span {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 14px;
    }
    .statistic {
        padding-bottom: 0;
        margin: 60px 0;
    }
}
@media(max-width:767px){
    .statistic__item {
        width: 100%;
        margin-bottom: 50px;
    }
    .statistic {
        padding-bottom: 20px;
    }
    .statistic__item span {
        font-size: 72px;
    }
    .statistic {
        margin: 0;
    }
    .statistic {
        margin: 70px 0 0;
        padding-bottom: 0;
    }
}

/* Green CTA */

.blockWithSpace {
  margin-top: 80px;
}
.greenSimpleCta {
    position: relative;
  background-color: #5BBC6D;
  width: 100%;
  padding: 60px 0;
  text-align: center;
}
.greenSimpleCta__title{
    font-family: 'Roboto',sans-serif;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px
}

.greenSimpleCta .flexContainer{
    display: block;
    
}

.greenSimpleCta::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 185px;
  height: 115px;
  background-image: url(/wp-content/themes/irs_us/new-design/img/dots-field.svg);
  background-repeat: no-repeat;
}
.greenSimpleCta::after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 0;
  display: block;
  width: 250px;
  height: 75px;
  background-image: url(/wp-content/themes/irs_us/new-design/img/dots-field.svg);
  background-repeat: no-repeat;
}




.eightBlocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eightBlocks__item {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 18px 0px rgba(166, 166, 166, 0.10);
  width: 23%;
  padding: 24px 16px;
  margin-bottom: 37px;
  color: #626262;
}
.eightBlocks__title {
  min-height: 44px;
  display: block;
  line-height: 22px;
  margin-bottom: 8px;
  color: #333;
}
.twoLineBlock__line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.twoLineBlock__line-1{
    border-bottom: 1px solid #E1E0E0;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.twoLineBlock__text {
  max-width: 652px;
}
.twoLineBlock__btn,
.twoLineBlock__title{
    max-width: 391px;
}
.twoLineBlock__line h2{
    margin-top: 0;
}

.twoLineBlock__text .greenBtn{
    display: none;
}


@media(max-width:1199px){
    
.twoLineBlock__text {
  max-width: 529px;
}
}
@media(max-width:991px){
    .mainContent{
        margin: 40px 0 0
    }
   .greenSimpleCta::before {
        width: 105px;
        height: 140px;
    }
    
    .greenSimpleCta::after {
        width: 115px;
    }
    .greenSimpleCta__title{
        max-width: 424px;
        margin-left: auto;
        margin-right: auto;
    }
    .eightBlocks__item {
        width: 32%;
    }
    .twoLineBlock__btn .greenBtn{
          display: none;
    }
    .twoLineBlock__text .greenBtn{
          display: inline-block;
          margin-top: 40px;
    }
    .twoLineBlock__btn,
    .twoLineBlock__title,
    .twoLineBlock__text{
        max-width: unset;
    }
    .eightBlocks::after {
        content: "";
        display: block;
        width: 32%;
      }
    
}
@media(max-width:767px){
/*    .mainContent{
        font-size: 13px;
    }*/
    .mainContent h2 {
        font-size: 24px;
        line-height: 30px;
        color: #333333;
    }
    .blockWithSpace {
        margin-top: 60px;
      }
      .eightBlocks__item {
      width: 48%;
    }
    .eightBlocks::after {
      display: none;
    }
}
@media(max-width:575px){
     .greenSimpleCta {
        padding: 40px 0;
      }
    .greenSimpleCta__title{
        font-size: 24px;
    }
    .greenSimpleCta::before {
        width: 50px;
        height: 112px;
    }
    
    .greenSimpleCta::after {
        width: 75px;
        height: 60px;
    }
    .eightBlocks__item {
  width: 100%;
}
}
/* TOP CTA */
.ctaTop .flexContainer {
    height: 440px;
}
.hasWebP .ctaTop .flexContainer:after,
.noWebP .ctaTop .flexContainer:after{
    width: 391px;
    height: 411px;
    right:0;
    background-size: cover;
}
.hasWebP .ctaTop .flexContainer:after{
    background-image: url('/wp-content/themes/irs_us/new-design/img/ir-student-39.webp');
    background-position: bottom right;
}

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

.ctaTop .ctaTopText > h1 {
    font-size: 40px;
    line-height: 45px
}
.ctaTop .ctaTopText > div:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 24px;
}
.ctaTop .ctaTopText {
  max-width: 675px;
  max-height: 258px;
}

@media(max-width:1199px){
    .ctaTop .flexContainer::before {
        width: 335px;
        height: 314px;
    }
    .ctaTop .ctaTopText {
      max-width: 522px;
      max-height: 335px;
    }
    ctaTop .ctaTopText > h1 {
        font-size: 48px;
        
    }
}
@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;
        line-height: 55px;
    }
    .ctaTop .flexContainer {
        height: 395px;
    }
    .ctaTop .ctaTopText {
        height: 300px;
    }
    .ctaTop .ctaTopText > div:nth-of-type(1) {
        margin: 0;
    }
}
@media(max-width:767px){
    .ctaTop .ctaTopText > h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .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;
    }
    .ctaTop .flexContainer{
        padding-bottom: 40px;
        height: auto;
    }
}
@media(max-width:575px){
    .ctaTop::before {
        width: 300px;
        height: 81px;
    }
    .ctaTop .ctaTopText > h1{
        margin-bottom: 16px;
    }
    .ctaTop .ctaTopText {
        height: inherit;
        
    }
    .ctaTop .ctaTopText > div:nth-of-type(1){
        margin-bottom: 24px;
    }
    .ctaTop .flexContainer,
    .ctaTop .ctaTopText {
        height: inherit;
        max-height: inherit;
      }
      .ctaTop .flexContainer {
        padding-bottom: 40px;
        padding-top: 40px;
      }
      .ctaTop::before {
       display: none
      }
    .ctaTop::before {
        width: 170px;
        height: 120px;
        display: block;
        bottom: 0;
      }
}


/* btnWithLines */
.btnWithLines{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.btnWithLines__line {
    width: 100%;
    height: 1px;
    background-color: #E1E0E0;
    margin: 23px 0 24px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.btnWithLines__btn {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0 20px;
}
.btnWithLines__btn .greenBtn {
  padding: 0px 74px;
}
@media(max-width: 767px){
/*    .btnWithLines__btn .greenBtn {
        padding: 0 30px;
    }*/
    .btnWithLines__line{
        display: none;
    }
}


/*blue cols*/

.blueCols {
  background: #E4EEFC url('/wp-content/themes/irs_us/new-design/img/dots-field-blue.svg') right bottom no-repeat;
  padding: 70px 0 56px;
  margin: 90px 0 0;
}
.blueCols h2{
    margin: 0 0 40px;
}
.blueCols b{
    color: #333;
    font-size: 18px;
}
.blueCols p {
  margin: 0 0 16px;
}
.blueCols__item {
  border-radius: 4px;
  background: #FFF;
  padding: 16px;
  width: 49%;
  margin-bottom: 16px
}
.blueCols__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media(max-width: 991px){
    .blueCols {
      margin-top: 0px;
    }
    .blueCols__item {
      width: 100%;
    }
}

@media(max-width: 767px){
    .blueCols {
      padding: 40px 0 26px;
      margin: 20px 0 0;
    }
    .blueCols h2{
        margin: 0 0 24px;
    }
}

/* Benefit */

h2.benefit__title {
  margin-top: 0;
}
.benefit__desc {
  max-width: 731px;
  margin: 24px 0 40px;
}
.benefit__wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.benefit__item {
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0px 4px 18px 0px rgba(166, 166, 166, 0.10);
  width: 48.5%;
  padding: 24px 24px 48px;
  background-image: url(/wp-content/themes/irs_us/new-design/img/ir-dots-grey-lg.svg);
  background-position: top -462px right -499px;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.benefit__item-icon {
  margin-bottom: 24px;
}
.benefit__item-title {
  color: #000;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
  margin-bottom: 8px;
}
.benefit__item-desc {
  color: #626262;
  font-size: 14px;
  font-weight: 350;
  line-height: 24px;
}
.benefit__wrap {
  margin-bottom: 60px;
}
@media(max-width: 767px){
    .benefit__item{
        width: 100%;
        margin-bottom: 20px;
        padding: 16px;
        min-height: 210px;
    }
    .benefit__item:last-of-type{
        margin-bottom: 0;
    }
    .benefit__item-icon {
        margin-bottom: 16px;
      }
}
@media(max-width: 575px){
    .benefit__item{
        min-height: 295px;
    }
}

/* CTA V4 */
.ctaStudingV4 {
    background: #5BBC6D;
    border-radius: 4px;
    position: relative;
    width: 100%;
}
.ctaStudingV4::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 310px;
    height: 325px;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-dots-green.svg);
    background-repeat: repeat;
    background-position: top right;
    z-index: 1;
}
.noWebP .ctaStudingV4::after {
    background-image: url(/wp-content/themes/irs_us/new-design/img/ctaStudingV4.png);
}
.hasWebP .ctaStudingV4::after {
    background-image: url(/wp-content/themes/irs_us/new-design/img/ctaStudingV4.webp);
}
.ctaStudingV4::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 540px;
    height: 280px;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 2;
}
.ctaStudingV4Content {
    position: relative;
    padding: 82px 86px;
}
.ctaStudingV4Content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 120px;
    height: 97px;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-dots-green.svg);
    background-repeat: repeat;
    background-position: top right;
    z-index: 1;
}
.ctaStudingV4Text {
    position: relative;
    z-index: 3;
    max-width: 555px;
}
.ctaStudingV4Text > div:first-of-type {
    color: #fff;
    width: 100%;
    font-family: Roboto;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 15px;
}
.ctaStudingV4Text > div:nth-of-type(2) {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.ctaStudingV4Wrap {
    margin: 0 0 90px;
}
.ctaStudingWrap.ctaStudingWrap__mb2 {
    margin: 90px 0;
    padding-bottom: 0;
}
.ctaStudingV4Text .whiteBtn {
    padding: 0 74px;
}
@media(max-width:1199px){
    .ctaStudingV4::before {
        width: 230px;
    }
    .ctaStudingV4::after{
        width: 444px;
    }
}
@media(max-width:991px){
    .ctaStudingV4Wrap {
        margin: 0 0 60px;
    }
     .ctaStudingV4Content {
        padding: 40px 78px;
      }
      
    .ctaStudingV4Text > div:first-of-type {
        font-size: 24px;
        line-height: 30px;
    }
    .ctaStudingV4Text > div:nth-of-type(2) {
        font-size: 14px;
        line-height: 24px;
    }
    .ctaStudingV4Text {
        max-width: 503px;
    }
    .ctaStudingV4::after {
        width: 398px;
        background-size: 100% auto;
    }
    .hasWebP .ctaStudingV4::after {
        background-image: none;
      }
      .ctaStudingV4Content::after {
        width: 74px;
        height: 113px;
      }
        .ctaStudingV4::before {
        width: 195px;
        height: 175px;
      }
      .ctaStudingV4Text .whiteBtn {
        padding: 0 50px;
        line-height: 34px;
        height: 36px;
      }
      .ctaStudingWrap.ctaStudingWrap__mb2 {
        margin: 60px 0;
    }
}
@media(max-width:767px){
  .ctaStudingV4Content::after {
    width: 47px;
    height: 95px;
  }
      .ctaStudingV4::before {
        width: 78px;
        height: 93px;
    }
    .ctaStudingV4Content {
    padding: 40px 50px;
  }
}
@media(max-width:575px){
    .ctaStudingV4Wrap {
        background: #5BBC6D;
    }
    .ctaStudingV4Content {
        padding: 40px 0;
    }
  .ctaStudingV4Wrap {
    position: relative;
  }
  .ctaStudingV4 {
    position: static;
  }
    .ctaStudingV4Content {
    position: static;
  }

}


/* HOW */
h2.how__title{
    margin-top: 0;
}
.how__desc {
  max-width: 552px;
}
.fourSteps{
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 15px;
    margin-bottom: 55px;
}

.fourSteps > div{
    width: 25%;
    padding: 45px 40px 15px 0;
    position: relative;
    background-image: url('/wp-content/themes/irs_us/new-design/img/ir-line-horizontal.svg');
    background-repeat: no-repeat;
    background-position: left 0 top 15px;
}
.fourSteps > div:nth-of-type(4){
    padding-right: 28px;
}
.fourSteps > div > b{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    margin-bottom: 4px;
    display: inline-block;
}
.fourSteps > div::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: #5bbc6d;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
}
.fourSteps > div:nth-of-type(1):after{
    content: "1";
}
.fourSteps > div:nth-of-type(2):after{
    content: "2";    
}
.fourSteps > div:nth-of-type(3):after{
    content: "3";  
}
.fourSteps > div:nth-of-type(4):after{
    content: "4";  
}
@media(max-width:991px){
     .fourSteps > div {
        width: 100%;
        padding: 0 0 24px 43px;
        position: relative;
        background-image: url('/wp-content/themes/irs_us/new-design/img/ir-line.svg');
        background-position: left 15px top 0;
      }
    .fourSteps > div:after{
        top:0px;
    }
    .fourSteps > div:last-of-type{
        background-image: none;
        padding-bottom: 0;
    }
    .fourSteps {
        display: flex;
        flex-wrap: wrap;
        padding-top: 40px;
        padding-bottom: 0;
        margin-bottom: 60px;
      }
}
@media(max-width:575px){
   .fourSteps > div{
        padding: 10px 0px 10px 50px;
        position: relative;
        background-image: url('/wp-content/themes/irs_us/new-design/img/ir-line.svg');
        background-position: left 15px top 0;
    }
    .fourSteps > div:after{
        top:10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

}

/* Blue Cols 2 */

.blueCols2.mainContent {
  margin: 0 0 90px;
  background: #E4EEFC;
  padding: 70px 0 40px;
}

.blueCols2 h2 {
  margin-top: 0;
}
.blueCols2__desc {
  color: #626262;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  max-width: 477px;
  margin-bottom: 40px;
}
.blueCols2__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blueCols2__item {
  padding: 24px;
  background: #fff;
  width: 31.5%;
  margin-bottom: 30px;
}
.blueCols2__item-img {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}
.blueCols2__item-title {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.blueCols2__item-desc {
  font-weight: 400;
  line-height: 26px;
  font-size: 16px;
}
@media(max-width:991px){
    .blueCols2__item {
     width: 48.5%;
   }  
   .blueCols2__item{
       margin-bottom: 20px;
   }
   .blueCols2__desc{
       margin-bottom: 24px
   }

}
@media(max-width:767px){
       .blueCols2.mainContent {
      margin: 0 0 60px;
      padding: 40px 0 24px;
    }
}
@media(max-width:575px){
    
    .blueCols2__item {
     width: 100%;
   }  
   .blueCols2__item{
       margin-bottom: 16px;
       padding: 16px;
   }
    
}

/* Services Links */
.servicesLinks{
    display: flex;
    flex-wrap:wrap;
    margin: 50px 0 0px;
}
.servicesLinks > span{
    display: block;
    width: 33%;
    line-height: 20px;
    height: 70px;
    padding: 25px 15px 25px 50px;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-arrow6.svg);
    background-position: top 24px left 30px;
    background-repeat: no-repeat;
    box-shadow: 0px 4px 18px rgba(166, 166, 166, 0.1);
    border-right:1px solid #E4EEFC; 
    border-bottom:1px solid #E4EEFC; 
}
.servicesLinks > span a{
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    color: #333;
}
.servicesLinks a:hover{
    color: #5BBC6D;
}
@media(min-width:1200px){
    .servicesLinks > span:nth-of-type(3),
    .servicesLinks > span:nth-of-type(6),
    .servicesLinks > span:nth-of-type(9),
    .servicesLinks > span:nth-of-type(12),
    .servicesLinks > span:nth-of-type(15),
    .servicesLinks > span:nth-of-type(18),
    .servicesLinks > span:nth-of-type(21){
        border-right:none; 
    }
    .servicesLinks > span:nth-of-type(19),
    .servicesLinks > span:nth-of-type(20),
    .servicesLinks > span:nth-of-type(21){
       border-bottom:none; 
    }
}

@media(min-width:768px) and (max-width:1199px){
   .servicesLinks > span{
        width: 50%;
    }
    .servicesLinks > span:nth-of-type(2),
    .servicesLinks > span:nth-of-type(4),
    .servicesLinks > span:nth-of-type(6),
    .servicesLinks > span:nth-of-type(8),
    .servicesLinks > span:nth-of-type(10),
    .servicesLinks > span:nth-of-type(12),
    .servicesLinks > span:nth-of-type(14),
    .servicesLinks > span:nth-of-type(16),
    .servicesLinks > span:nth-of-type(18),
    .servicesLinks > span:nth-of-type(20){
        border-right:none; 
    }
    .servicesLinks > span:nth-of-type(21){
       border-bottom:none; 
    }
}
@media(max-width:767px){
   .servicesLinks > span{
        width: 100%;
    }
    .servicesLinks > span{
        border-right:none; 
    }
    .servicesLinks > span:nth-of-type(21){
       border-bottom:none; 
    }
}

/* CTA */
.ctaStudingWrap {
    padding: 10px 0 100px;
}
.ctaStudingWrap .ctaStuding .ctaStudingText {
    max-width: 590px;
}
.mainContent4 h2 {
    margin-top: 0;
}
@media(max-width:1199px){
   .ctaStudingWrap .ctaStuding .ctaStudingText {
        max-width: 510px;
    } 
    .ctaStudingWrap .ctaStudingText > div:nth-of-type(2) {
        font-size: 15px;
    }
}

@media(max-width:991px){
   .ctaStudingWrap .ctaStuding .ctaStudingText {
        max-width: 360px;
    } 
}
@media(max-width:767px){
    .ctaStuding .ctaStudingText, .ctaStudingWrap .ctaStuding .ctaStudingText {
        min-height: 310px;
    }
}
.ctaStudingWrap .ctaStuding.ctaStudingV2 {
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-studing-v2.png);
    background-position: right bottom;
}
.ctaStudingWrap .ctaStuding.ctaStudingV2 .ctaStudingText::before {
    bottom: unset;
    right: unset;
    left: 0;
    top: 0;
}

.ctaStuding.ctaStudingV2 {
    justify-content: flex-start;
}

.ctaStudingWrap .ctaStuding.ctaStudingV2 .ctaStudingText {
    padding-left: 100px;
    padding-right: 0px;
}

@media(max-width:1199px){
    .ctaStudingWrap .ctaStudingV2 .ctaStudingText > div:nth-of-type(2) {
        line-height: 26px;
    }
}
@media(max-width:991px){
    .ctaStudingWrap .ctaStuding.ctaStudingV2 .ctaStudingText::before {
        display: none;
    }
    .ctaStudingWrap .ctaStuding.ctaStudingV2 .ctaStudingText {
        padding-left: 30px;
    }
    .ctaStudingWrap .ctaStudingV2 .ctaStudingText > div:nth-of-type(2) {
        line-height: 24px;
    }
}

@media(max-width:765px){
    .ctaStudingWrap .ctaStuding.ctaStudingV2 {
        background-size: 300px auto;
        background-position: bottom -30px right;
    }
    .ctaStudingWrap {
        padding: 10px 0 70px;
    }
    .ctaStudingWrap .ctaStuding.ctaStudingV2 .ctaStudingText {
        padding-left: 0px;
    }
}
@media(max-width:575px){
    .ctaStuding{
        border-radius: 0;
    }
    .ctaStuding .white3Btn, .ctaStudingWrap .whiteBtn {
        padding: 0 60px;
    }
}