.who-we-are-section .column-left {
    width: 44%;
}

.who-we-are-section .column-right {
    width: 47%;
}

.who-we-are-section .column-left .img-wraper {
    position: relative;
    padding-bottom: 111%;
}

.who-we-are-section .column-left .img-wraper img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.who-we-are-badges span {
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid var(--text-color);
    border-radius: 50px;
    margin: 5px;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
}
.who-we-are-badges span:hover {
    transform: translateY(-10px);
}
.who-we-are-badges {
    margin: -5px -5px 20px;
}
.who-we-are-section .column-right .content-box ul, .who-we-are-section .column-right .content-box ol {
    margin-bottom: 20px;
}
@media only screen and (max-width:1199px){

}
@media only screen and (max-width:991px){
    .who-we-are-section .column-left .img-wraper {
        padding-bottom: 100%;
    }
    .who-we-are-section .column-left {
        width: 100%;
    }
    .who-we-are-section .column-right {
        width: 100%;
        margin-top: 40px;
    }
}
@media only screen and (max-width:767px){

}