.cw2-cta-section-v2 {
    display: flex;
    padding: 53px 0 53px 77px;
    background-color: #fff;
}

.cw2-cta-section-v2 .left-column {
    flex: 1;
    display: flex;
    align-items: center;
}

.cw2-cta-section-v2 .left-column .title {
    margin-bottom: 23px;
    font-size: 40px;
    line-height: 1.05;
}

.cw2-cta-section-v2 .left-column .text {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.22;
}

.cw2-cta-section-v2 .left-column .buttons .btn {
    min-width: 270px;
    padding: 14px 20px 13px;
    font-size: 22px;
}

.cw2-cta-section-v2 .right-column {
    display: flex;
    align-items: center;
    flex: 0 0 530px;
    max-width: 530px;
    padding-left: 123px;
}

.cw2-cta-section-v2 .right-column .images-container {
    position: relative;
    width: 379px;
    height: 355px;
    z-index: 1;
}

.cw2-cta-section-v2 .right-column .images-container .big-image {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    z-index: 5;
}

.cw2-cta-section-v2 .right-column .images-container .small-image {
    width: 207px;
    height: 138px;
    position: absolute;
    top: 66px;
    left: -111px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

@media screen and (max-width: 991px) {
    .cw2-cta-section-v2 {
        display: block;
        padding-left: 50px;
        padding-right: 50px;
    }

    .cw2-cta-section-v2 .right-column {
        max-width: unset;
        margin-top: 20px;
        padding-left: 0;
    }

    .cw2-cta-section-v2 .right-column .images-container {
        flex: 1;
        width: unset;
        height: 260px;
    }

    .cw2-cta-section-v2 .right-column .images-container .big-image {
        left: calc(50% + 10px);
    }

    .cw2-cta-section-v2 .right-column .images-container .small-image {
        top: 0;
        right: calc(50% + 10px);
        left: 0;
        bottom: 0;
        width: unset;
        height: unset;
    }
}

@media screen and (max-width: 640px) {
    .cw2-cta-section-v2 {
        padding: 30px;
    }

    .cw2-cta-section-v2 .right-column .images-container {
        height: unset;
    }

    .cw2-cta-section-v2 .right-column .images-container .big-image {
        position: static;
        width: 100%;
        padding-bottom: 100%;
    }

    .cw2-cta-section-v2 .right-column .images-container .small-image {
        display: none;
    }
}
