.two-images-cta-section .row>div{
    width: 33.33%;
}
.two-images-cta-section h2{
    margin-bottom: 16px;
}
.two-images-cta-section .btn{
    margin-top: 16px;
}
.two-images-cta-section.right .col-txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.two-images-cta-section .row{
    row-gap: 20px;
}
.two-images-cta-section .col-img-small img,
.two-images-cta-section .col-img-large img{
    width: 100%;
}
.col-img-large img,
.col-img-small img{
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.two-images-cta-section .img-wrapper {
    position: relative;
    padding-top: 80%;
    border-radius: 10px;
}
.col-img-large .img-wrapper{
    padding-top: 130%;
}
@media only screen and (max-width: 991px) {
    .two-images-cta-section .row .col-txt {
        width: 100%;
    }
    .two-images-cta-section .row>div {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .two-images-cta-section .btn {
        margin-top: 2px;
    }
    .two-images-cta-section .row .col-txt{
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 575px) {
    .two-images-cta-section .row>div {
        width: 100%;
    }
    .two-images-cta-section.right .row .col-txt{
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .two-images-cta-section.right .col-img-small {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .two-images-cta-section.right .col-img-large {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
}