/* Main Content */
.mainContent > .flexContainer{
    display: block;
}
.mainContent{
    margin-top: 40px;
    font-size: 16px;
}
.mainContent h2{
    font-size: 34px;
    line-height: 44px;
    color: #333333;
}
.mainContent h3 {
    font-size: 20px;
    line-height: 40px;
    margin: 30px 0;
}
@media(max-width:991px){
    .mainContent{
        margin-top: 0;
    }
}
@media(max-width:767px){
    .mainContent{
        font-size: 13px;
        margin-top: 0;
    }
    .mainContent h2 {
        font-size: 24px;
        line-height: 30px;
        color: #333333;
    }
}

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

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

@media(max-width:1199px){
    .ctaTop .flexContainer::before {
        width: 335px;
        height: 314px;
    }
    .hasWebP .ctaTop .flexContainer::after, .noWebP .ctaTop .flexContainer::after {
        right: 0;
        width: 480px;
        background-size: 100% auto;
        height: 325px;
    }
    .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: 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;
    }
}

/* for widget trustpilot*/
body .widgetWrap {
    margin-top: 15px;
}
@media(max-width:991px){
    body .widgetWrap {
        margin-top: 15px;
    }
}    


/* extras block */
.extras{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px 0;
}
.extras > div{
    width: 23%;
    padding: 64px 0 30px 0;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-icon-19.svg);
    background-repeat: no-repeat;
    background-size: 54px 54px;
    background-position: 0 0px;
}
.extras > div > b{
    font-size: 20px;
    color: #333;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
}
.extras ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
@media(max-width:991px){
   .extras > div{
        width: 40%;
    } 
    .extras {
        margin: 60px 0 10px;
    }
}
@media(max-width:767px){
    .extras{
        margin: 50px 0 60px;
    }
   .extras > div{
        width: 100%;
        padding:0 0 15px 44px;
        background-size: 30px 30px;
        background-position: 0 7px;
    } 
    .extras > div > b {
        font-size: 18px;
    }
}
@media(max-width:575px){
   .extras > div{
        width: 100%;
        padding:0 0 15px 44px;
        background-size: 30px 30px;
        background-position: 0 7px;
    }
}

/* btnWithLines */
.btnWithLines{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    position: relative;
}
.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;
}
@media(max-width: 767px){
    .btnWithLines__btn .greenBtn {
        padding: 0 30px;
    }
}

/* benefits */
.benefits {
    padding: 80px 0;
    display: flex;
    flex-wrap:wrap;
    justify-content: flex-end;
}
.benefits__block1 {
    width: 45%;
    padding: 0 15px;
    position: relative;
}
.benefits__block2 {
    width: 55%;
    padding: 0 0 0 45px;
}
.benefits__block3 {
    width: 55%;
    padding: 0 0 150px 45px;
}
.benefits__grid {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.benefits__img{
    position: absolute;
    height: auto;
    z-index: 2;
}
.benefits__img:nth-of-type(1) {
    width: 330px;
    left: 45px;
    top: 13px;
}
.benefits__img:nth-of-type(2) {
    width: 78px;
    left: 0;
    top: 107px;
}
.benefits__img:nth-of-type(3) {
    width: 90px;
    left: 58px;
    top: 357px;
}
.benefits__img:nth-of-type(4) {
    width: 83px;
    left: 288px;
    top: 382px;
}
.benefits__img:nth-of-type(5) {
    width: 62px;
    left: 340px;
    top: 164px;
}
@-webkit-keyframes floating {
 from {
  -webkit-transform:translate(0,0);
  transform:translate(0,0)
 }
 65% {
  -webkit-transform:translate(0,10px);
  transform:translate(0,10px)
 }
 to {
  -webkit-transform:translate(0,0);
  transform:translate(0,0)
 }
}
@keyframes floating {
 from {
  -webkit-transform:translate(0,0);
  transform:translate(0,0)
 }
 65% {
  -webkit-transform:translate(0,10px);
  transform:translate(0,10px)
 }
 to {
  -webkit-transform:translate(0,0);
  transform:translate(0,0)
 }
}
@media(max-width:1199px){
    .benefits__block3 {
        padding: 0 0 90px 45px;
    }
}
@media(max-width:991px){
    .benefits__img:nth-of-type(1) {
        width: 187px;
        left: 28px;
        top: 9px;
    }
    .benefits__img:nth-of-type(2) {
        width: 43px;
        left: 0;
        top: 100px;
    }
    .benefits__img:nth-of-type(3) {
        width: 48px;
        left: 38px;
        top: 238px;
    }
    .benefits__img:nth-of-type(4) {
        width: 41px;
        left: 165px;
        top: 255px;
    }
    .benefits__img:nth-of-type(5) {
        width: 33px;
        left: 195px;
        top: 132px;
    }
    .benefits__grid {
        width: 80%;
    }
    
    .benefits__block1 {
        width: 39%;
    }
    .benefits__block2 {
        width: 61%;
        padding: 0 0 0 25px;
    }
    .benefits__block3 {
        width: 61%;
        padding: 0 0 0 25px;
    }
    .benefits {
        padding: 80px 0 100px;
    }
}
@media(max-width:767px){
    .benefits__block1 {
        width: 100%;
        order:2;
        min-height: 265px;
    }
    .benefits__block2 {
        width: 100%;
        padding: 0;
        order: 1;
    }
    .benefits__block3 {
        width: 100%;
        padding: 0;
        order: 3;
    }
    .benefits__grid {
        width: 200px;
        left: 85px;
    }
    .benefits__block1 {
        min-height: 265px;
        margin: 0 auto;
        width: 280px;
    }
    .benefits {
        padding: 30px 0;
    }
}



/* CTA */
.ctaStudingWrap {
    padding: 10px 0 100px;
}
.ctaStudingWrap .ctaStuding .ctaStudingText {
    max-width: 725px;
    min-height: 300px;
    padding-right: 50px;
}
.ctaStudingWrap__mb .ctaStuding .ctaStudingText {
    max-width: 690px;
    min-height: 440px;
}
.ctaStudingWrap__mb{
    padding-bottom: 0;
}
.ctaStudingWrap .ctaStudingText > div:nth-of-type(2) {
    font-size: 16px;
    line-height: 26px;
}
@media(max-width:1199px){
   .ctaStudingWrap .ctaStuding .ctaStudingText {
        max-width: 485px;
    } 
    .ctaStudingWrap .ctaStudingText > div:nth-of-type(2) {
        font-size: 15px;
    }
}

@media(max-width:991px){
   .ctaStudingWrap .ctaStuding .ctaStudingText {
        max-width: 360px;
        min-height: 250px;
    }
}

@media(max-width:767px){
   .ctaStudingWrap .ctaStuding .ctaStudingText {
        min-height: 300px;
    }
}

.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;
    max-width: 580px;
}

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

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

/* statistic */
.statistic {
    padding-bottom: 100px;
}

.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: 60px;
    }
}
@media(max-width:767px){
    .statistic__item {
        width: 100%;
        margin-bottom: 50px;
    }
    .statistic {
        padding-bottom: 20px;
    }
    .statistic__item span {
        font-size: 72px;
    }
}

@media(max-width:767px){
    
    .slick-slide {
        min-height: 255px;
    }
   
}

@media(max-width:575px){

    .slick-slide {
        min-height: 409px;
    }
    
}

    
/* CTA V3 */
.ctaStuding.ctaStudingV3 {
    background-position: left 150px bottom;
    position: relative;
}
.ctaStuding.ctaStudingV3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 242px;
    height: 345px;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-dots-green.svg);
    background-repeat: repeat;
    background-position: bottom left;
}   
.ctaStuding.ctaStudingV3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 35px;
    display: block;
    width: 414px;
    height: 420px;
    background-repeat: no-repeat;
    background-position: bottom left;
} 
.hasWebP .ctaStuding.ctaStudingV3:after {
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-studing-v3-long.webp);
}    
.noWebP .ctaStuding.ctaStudingV3:after {
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-studing-v3-long.png);
} 
.noWebP .ctaStudingWrap .ctaStuding.ctaStudingV3,
.hasWebP .ctaStudingWrap .ctaStuding.ctaStudingV3 {
    background-image: none;
    margin: 0;
}
.ctaStudingWrap .ctaStudingV3 .ctaStudingText {
    max-width: 700px;
    min-height: 500px;
    padding-right: 50px;
}
@media(min-width:1199px){
    .slider-testimonials .slick-dots{
        display: none !important;
    }
}
@media(max-width: 1199px){
    .ctaStuding.ctaStudingV3::after {
        left: -30px;
        
    }
    .ctaStudingWrap .ctaStuding.ctaStudingV3 .ctaStudingText {
        max-width: 583px;
        padding-right: 30px;
    }
}

@media(max-width: 991px){
    .ctaStudingWrap .ctaStudingV3 .ctaStudingText{
        min-height: 540px;
    }
    .ctaStudingWrap .ctaStuding.ctaStudingV3 .ctaStudingText::before{
        display: none;
    }
    .ctaStudingWrap .ctaStuding.ctaStudingV3 .ctaStudingText {
        max-width: 435px;
        padding-right: 30px;
    }
    .ctaStuding.ctaStudingV3::before {
        height: 360px;
    }
    .ctaStuding.ctaStudingV3::after {
        width: 310px;
        background-size: 100% auto;
        left: -15px;
    }
    .ctaStudingWrap__mb .ctaStuding .ctaStudingText {
        min-height: 410px;
    }
}
@media(max-width: 767px){
    .ctaStuding.ctaStudingV3::after {
        height: 175px;
        width: 180px;
        left: 234px;
    }
    .ctaStuding.ctaStudingV3::before {
        top: auto;
        left: auto;
        width: 265px;
        height: 200px;
        bottom: 0;
        right: 0;
    }
    .ctaStudingWrap .ctaStuding.ctaStudingV3 .ctaStudingText {
        padding-right: 0;
    }
    .ctaStudingWrap__mb .ctaStuding .ctaStudingText {
        min-height: 585px;
    }
    .ctaStudingWrap.ctaStudingWrap__mb2 {
        margin-bottom: 60px;
    }
    .noWebP .ctaStudingWrap .ctaStuding.ctaStudingV3, .hasWebP .ctaStudingWrap .ctaStuding.ctaStudingV3 {
        margin: 20px 0 60px;
    }
    .ctaStudingWrap .ctaStudingV3 .ctaStudingText{
        min-height: 700px;
    }
}
@media(max-width: 575px){
    .ctaStuding.ctaStudingV3::before {
        width: 190px;
        height: 212px;
    }

    .ctaStuding.ctaStudingV3::after {
        left: auto; 
        right: 50px;

    }
    .ctaStudingWrap .ctaStudingV3 .ctaStudingText > div:nth-of-type(2) {
        padding: 0 30px;
    }

    .ctaStudingWrap__mb .ctaStuding .ctaStudingText {
        min-height: 680px;
    }
    .ctaStudingWrap .ctaStudingV3 .ctaStudingText {
        min-height: 745px;
        padding: 0 0 170px;
    }
    .noWebP .ctaStudingWrap .ctaStuding.ctaStudingV3, .hasWebP .ctaStudingWrap .ctaStuding.ctaStudingV3 {
        margin: 20px 0 30px;
    }
}

.slick-dots li,
.slick-dots li button,
.slick-dots li.slick-active {
    width: 39px;
}

/* 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; 
    }
}


/* reviews */
.reviewsText p {
    max-width: 700px;
    margin: 0 auto 30px;
    text-align: center;
}
@media(max-width:767px){
    .reviewsText p {
        text-align: left;
    } 
    .reviewsText p br{
        display: none;
    } 
    .reviews h2 {
        text-align: center;
        margin-top: 30px;
    }
    .reviews {
        padding: 40px 0 75px;
    }
}
@media(max-width:575px){
    .reviews {
        padding: 20px 0 60px;
    }
}
.slick-dots li{
    background-color: #fff;
}

/* twoCols */

.twoCols{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 10px;
}
.twoCols > div{
    width: 48%;
    padding-left: 74px;
    padding-bottom: 40px;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-icon-19.svg);
    background-repeat: no-repeat;
    background-size: 54px 54px;
    background-position: 0 7px;
}
.twoCols > div > b{
    font-size: 20px;
    color: #333;
    line-height: 36px;
}
@media(max-width:991px){
   .twoCols > div{
        width: 100%;
    } 
}
@media(max-width:767px){
   .twoCols > div{
        padding-left: 44px;
        padding-bottom: 15px;
        background-size: 30px 30px;
        background-position: 0 7px;
    }
}

/* FAQs */
.faqs{
    margin: 100px 0 90px;
}
.faqs h2{
    text-align: center;
}
.faqs2col{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.faqs2col > div{
    width: 48% !important;
    position: relative;
}
@media(max-width:991px){
    .faqs2col > div{
        width: 100% !important;
    }
}

.faqs2col .item{
    border-bottom: 1px solid #EBEBEB;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}
.faqs2col .item .question{
    padding: 5px 17px 5px 0;
    font-size: 16px;
    line-height: 25px;
    color: #626262;
    position: relative;
    min-height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.faqs2col .item .question:before{
    content: "+";
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 20px;
    color: #5BBC6D;
    font-size: 20px;
    font-weight: 300;
    transition: all .3s ease-out;
}
.faqs2col .item .question:hover:before{
    color: #40924F;
}
.faqs2col .item.opened .question:before{
    content: "-";
    color: #555 !important;
}
.faqs2col .item .answer{
    padding: 10px 30px 10px 0;
    display: none;
    transition: all .3s ease-out;
}
.faqs2col .item.opened .answer{
    display: block;
}


.list2col {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 10px 0 60px 0;
    flex-wrap: wrap;
}
.list2col li {
    padding: 0 15px 0 35px;
    font-weight: 400;
    font-size: 16px;
}
@media(max-width:767px){
    .list2col li{
        width: 100%;
    }
    .list2col {
        margin: 10px 0 30px 0;
    }
    .list2col li {
        font-size: 13px;
    }
}
/* how */
.how {
    background: #E4EEFC;
}
.how .flexContainer {
    display: block;
    position: relative;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-dotted.svg);
    background-repeat: no-repeat;
    background-position: right 30px top 60px;
}

.how .flexContainer::after {
    content: "";
    display: block;
    width: 360px;
    height: 300px;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-notebook2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    bottom: 10px;
    right: 100px;
    background-size: 100% auto;
}
.how h2 {
    font-weight: bold;
    font-size: 34px;
    line-height: 44px;
    color: #333333;
    margin-top: 60px;
}
.how__desc {
    background: #FFFFFF;
    box-shadow: 0px 4px 18px rgba(166, 166, 166, 0.1);
    border-radius: 4px;
    padding: 16px 42px 21px 30px;
    max-width: 648px;
    margin-bottom: -70px;
    line-height: 22px;
    font-size: 14px;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-dots.svg);
    background-repeat: no-repeat;
    background-position: right -20px top -12px;
    background-size: 65px;
    z-index: 3;
    position: relative;
}

.ctaStudingWrapV2 {
    padding: 90px 0 0 0;
}
@media(max-width:1199px){
    .how .flexContainer::after {
        right: 30px;
    }
}
@media(max-width:991px){
    
}
@media(max-width:767px){
    .how .flexContainer {
        padding: 50px 20px 340px;
    }
    .how__desc {
        margin: 0;
    }
    .how .flexContainer {
        background: none;
    }
    .how {
        background-color: #E4EEFC;
        background-image: url(/wp-content/themes/irs_us/new-design/img/ir-dotted.svg);
        background-repeat: no-repeat;
        background-position: right -368px bottom -95px;
    }
    .how h2{
        margin-top: 0;
        font-size: 24px;
    }
    .how .flexContainer::after {
        bottom: 20px;
    }
    .faqs {
        margin: 60px 0;
    }
}
@media(max-width:575px){
    .faqs {
        margin: 30px 0;
    }
    .ctaStudingWrapV2 {
        padding: 60px 0 0 0;
    }
}