.who-we-are-section-container
{
    visibility: visible;
}
/* .hr{
    color:#E8505B;
} */
.container{
    /* max-width: 1300px;
    margin: 0 auto; */
    position: relative;
}
.main-container-w-h-o{
    position: relative;
    width: 100%;
    padding: 6rem 2rem 2rem 2rem;
    /* border:1px solid #263238; */
}
.stylesheet-w-h-o
{
    height: 70vh;
}
.stylesheet-w-h-o > img{
    position: absolute;
}
.contant-w-h-o{
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:4rem; */
    display: flex;
    flex-basis: 100%;
    height: 60vh;
    
}
.wrap-w-h-o-left{
   flex: 0 0 50%;
   /* max-height: 400px; */
 
   padding-right: 25px;
   position: relative;
}
.container{
    height: 100%;
    width: 100%;
    position: relative;
    /* overflow: auto; */
}
.wrap-w-h-o-left > p {
    font-size: 1em;
    margin-bottom: 13px;
    color: #263238;
}
.wape-w-h-o-right{
    flex:0 0 50%;
    padding-left: 25px;
    position: relative;
    
    /* max-height: 400px; */
}
.who-we-are-section-container > hr{
    /* height: 39px;
    margin: 0 2rem; */
    margin-top: 50px;
    color: #263238;
    margin: 0 2rem;
}
.w-h-o-top{
    width: 55%;
    position: absolute;
    animation: w-h-o-top-animation 1s 0s forwards;
}
@-webkit-keyframes w-h-o-top-animation {
    0%{
      opacity: 0;
      width: 0%;
    }
    100%{
      opacity: 1;
      width: 55%;
    }
}
.w-h-o-bottom{
    width: 55%;
    position: absolute;
    top: 48%;
    right: 11%;
    animation: w-h-o-bottom-animation 1s 0s forwards;
}
@-webkit-keyframes w-h-o-bottom-animation {
    0%{
      opacity: 0;
      right: 0%;
      width: 0;
    }
    100%{
        opacity: 1;
        right: 12%;
        width: 55%;
    }
}
.w-h-o-bottom-man{
    top: 66%;
    position: absolute;
    width: 38%;
    right: 28%;
    animation: w-h-o-bottom-man-animation 1s 0s linear forwards;
}
@-webkit-keyframes w-h-o-bottom-man-animation {
    0%{
      opacity: 0;
      right: 0%;
    }
    100%{
      opacity: 1;
      right: 28%;
    }
}
.w-h-o-top-man{
    position: absolute;
    width: 34%;
    right: 20.2%;
    top: 22.1%;
    animation: w-h-o-top-man-animation 1s 0s linear forwards;
}
@-webkit-keyframes w-h-o-top-man-animation {
    0%{
      opacity: 0;
      top:0%;
      right: 0%;
    }
    100%{
    opacity: 1;
     top: 10.2%;
    right: 41%;
    }
}
.main-button{
    padding: 6px 27px;
    font-size: 1.5em;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #263238;
    border-radius: 25px;
    bottom: -13px;
    position: relative;
}
/* media quary */
@media only screen and (max-width: 1200px) {
    .wrap-w-h-o-left > p{
        font-size: 19px; 
    }
}
@media only screen and (max-width: 1050px){
    .wrap-w-h-o-left > p{
        font-size: 16px;    
    }
    .wape-w-h-o-right {
        flex: 0 0 60%;
    }  
}
@media only screen and (max-width: 900px) {
    .wape-w-h-o-right {
        max-height: 312px;
    }
}
@media only screen and (max-width: 800px) {
    .contant-w-h-o{
        display: flex;
        flex-wrap: wrap;
    }
    .wape-w-h-o-right {
        max-height: 391px;
    }
    
}