.vc-cta {
    padding: 80px 0 40px 0;
}
.vc-cta_main {
    padding: 0 112px;
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F8F6), to(#E1EEEE));
    background: linear-gradient(180deg, #F5F8F6 0%, #E1EEEE 100%);
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.vc-cta_content {
    width: 100%;
    max-width: 436px;
}

.vc-cta_content h2 {
    font-size: 30px;
    font-weight: 500;
    color: var(--vc-black);
    margin: 0 0 8px 0;
}

.vc-cta_content p {
    font-size: calc(0.0022573363 * 100vw + 13.065462754px);
    max-height: calc(0.0203160271 * 100vw + 225.5891647856px);
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 24px 0;
    color: var(--vc-black);
}

.vc-cta_content .vc-btn {
    width: 230px;
}

.vc-cta_image {
    position: relative;
    width: 100%;
    max-width: 382px;
    margin: 0 0 0 160px;
}

.vc-cta_image::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: url(/local/templates/new_mkm/img/cta/banner-bg.svg) right center no-repeat;
    background-size: contain;
    opacity: 0.3;
    z-index: 1;
}

.vc-cta_image img {
    position: relative;
    width: auto;
    height: auto;
    max-width: 272px;
    max-height: 360px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: -40px 0 0 0;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .vc-cta {
        padding: 40px 0;
    }

    .vc-cta_main {
        padding: 40px 30px 0;
        display: block;
    }

    .vc-cta_content h2 {
        font-size: 25px;
    }

    .vc-cta_content {
        max-width: 100%;
        padding-bottom: 30px;
    }

    .vc-cta_image {
        margin: 30px auto;
        max-width: 288px;
        background-size: contain;
    }

    .vc-cta_image img {
        max-width: 288px;
        max-height: 324px;
    }
}