.company-overview-section .column-left {
    width: 48%;
}

.company-overview-section .column-right {
    width: 45%;
}

.company-overview-section .column-left .img-wraper {
    position: relative;
    padding-bottom: 83.75%;
    border-radius: 30px;
    overflow: hidden;
}

.company-overview-section .column-left .img-wraper img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

@media  only screen and (max-width:1399px){
    .company-overview-section .column-right {
        width: 48%;
    }
}
@media  only screen and (max-width:991px){
    .company-overview-section .column-right {
        width: 100%;
    }
    .company-overview-section .column-left {
        width: 100%;
        margin-bottom: 40px;
    }
}
@media  only screen and (max-width:767px){
    
}