.who-we-are{
    padding: 20px 1rem;
}
.w-we-are-container{
    margin-top: 3rem;
}
.w-w-a-left{
    position: relative;
}
.w-h-o-top-img{
    width: 40%;
    position: relative;
    right: -10%;
    top: 12%;
    transform: translate(-3%, 29%);
}
.w-w-a-right{
    padding-bottom: 2rem;
}
.w-h-o-bottom-img{
    /* width: 40%; */
    width: 40%;
    position: relative;
    left: 32%;
    bottom: 0%;
}
.main-button{
    padding: .4rem 1rem;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #263238;
    border-radius: 25px;
    bottom: 61px;
    position: relative;
}
.read-more{
    position: relative;
    color: #E8505B;
    font-size: 14px;
}
.text{
    padding: .5rem 0 0 0;
    font-size: 15px;
}
.w-w-a-left {
    position: relative;
    display: flex;
    flex-direction: column;
    transform: translate(12% , 0%);
}
/* media quary */
@media only screen and (max-width: 600px) {
    /* .w-h-o-top-img{
        width: 44%;
        position: relative;
        right: -10%;
        top: 12%;
        transform: translate(-3%, 29%);
    }
    .w-h-o-bottom-img{
        width: 44%;
        position: relative;
        left: 33%;
        bottom: 3%;
    }
    .w-w-a-left {
        position: relative;
        display: flex;
        flex-direction: column;
    } */
    .w-w-a-right{
      
    }
    .mobile-logo > img {
        max-width: 45%;
    }
}
