.who-we-are-left{
    width: 50%;
    padding-left: 15px;
    padding-right: 30px;
}
.who-we-are{
    margin-bottom: 100px;
}
.who-we-are-right{
    width: 50%;
    padding-left: 30px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.who-we-are-right h5{
    color: var(--orange);
}
.who-we-are-images{
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.who-we-are-images img{
    object-fit: cover;
}
.who-we-are-images .img-1{
    width: 300px;
    height: 370px;
    border-radius: 15px;
    overflow: hidden;
    border: 10px solid #fff;
    position: absolute;
    left: 0px;
    bottom: -30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.who-we-are-images .img-2{
    width: 420px;
    height: 590px;
    border-radius: 15px;
    overflow: hidden;

}
.who-we-are-images .img-1 img,.who-we-are-images .img-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}