.left-image-right-content-section .col-6 {
    width: 50%;
}
.left-image-right-content-section .img-wrapper{
    position: relative;
    padding-top: 100%;
    height: 100%;
}
.left-image-right-content-section .img-wrapper img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
}
.left-image-right-content-section .img-block img{
    border-radius: 10px;
}
.left-image-right-content-section .col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 28px;
    padding-left: 50px;
    row-gap: 20px;
}
.left-image-right-content-section .col-right .img-block{
    margin-bottom: auto;
}
@media only screen and (min-width: 768px) {
    .left-image-right-content-section .mobile-img{
        display: none;
    }
}
@media only screen and (max-width: 1199px) {
    .left-image-right-content-section .col-right{
        padding-left: 15px;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .left-image-right-content-section .img-block{
        display: none;
    }
    .left-image-right-content-section .col-6 {
        width: 100%;
    }
    .left-image-right-content-section .col-left{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 15px;
           -moz-column-gap: 15px;
                column-gap: 15px;
        margin-bottom: 26px;
        overflow-y: auto;
        flex-wrap: nowrap;
        padding-bottom: 9px;
    }
    .left-image-right-content-section .img-wrapper{
        padding-top: 85%;
        width: 90%;
        flex-shrink: 0;
    }
}