.mainCtaAboutPage .ctaImg {
    background-image: url(/assets/img/our-guarantees/our-guarantees.svg);
    background-position: 100% 55px;
    min-height: 460px;
    padding-bottom: 0px;
    align-items: center;
    background-size: 40%;
}

main img {
    width: 100%;
}

.mainCta h1 {
    margin: 0;
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
}

.mainCta h1 span{
    color: #38b8ef;
}

.mainCta {
    padding: 80px 0 38px 0;
}

.info {
    padding-bottom: 48px;
    border-bottom: 1px solid #D2DEEA;
}

.about_us_page .block_wrp.mt38 {
    padding: 17px 0 24px 0;
}

.info_steps {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.about_us_page h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 4px;
}

.about_us_page .block_wrp:not(.no_border) {
    border-bottom: 1px solid #D2DEEA;
}

.end_text__wrap {
    text-align: center;
    padding: 32px 0 48px 0;
}


@media (max-width: 1071px){
    .mainCta h1 {
        margin-top: 48px;
    }

    .mainCta {
        padding: 80px 0 0 0;
    }

    .mainCta .ctaImg {
        background-position: 100% 100%;
    }

    .mainCtaAboutPage .ctaImg {
        align-items: start;
        min-height: 440px;
    }
}

@media (max-width: 767px){
    .info_text {
        padding-bottom: 24px;
        border-bottom: 1px solid #D2DEEA;
    }

    .about_us_page .block_wrp:not(.no_border) {
        border: none;
    }
    .col-md-5 {
        display: none;
    }
    .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mainCta h1 {
        margin-top: 26px;
        font-size: 28px;
        line-height: 34px;
    }
    .mainCtaAboutPage .ctaImg {
        background-position-y: 95%;
        background-position-x: 50%;
        padding-bottom: 190px;
        background-size: 55%;
    }
}

@media (max-width: 576px) {

}


@media (max-width: 481px) {
    .info {
        padding-bottom: 40px;
    }
    .mainCtaAboutPage .ctaImg {
        background-size: 70%;
    }

    .about_us_page h2 {
        font-size: 18px;
        line-height: 24px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    .about_us_page .img_wrp_mob {
        margin-bottom: 12px;
    }
}

