.fifth{
    background-color: var(--white);
}
.about-us-section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about-us-main{
    font-size: clamp(45px, 7vw, 120px);
    font-weight: 800;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 2rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.who-we-are{
        font-size: 18px;
        text-transform: uppercase;
        color: var(--primary);
            font-weight: 700;


}

.about-us-info{
    font-size: 22px;
    width: 50%;
    text-align: center;}

    .about-us-img{
    /* width: 218px;
    height: 187px; */

    width: 228px;
        height: 246px;
    position: absolute;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    }

       .about-us-img:nth-of-type(1){
      top: 2%;
      left: 10%;
    }

     .about-us-img:nth-of-type(2){
      left:1%;
      top: 30%;
      width: 200px;
    }
     .about-us-img:nth-of-type(3){
        left:10%;
      top: 60%;
     width: 150px;
            height: 150px;
    }
     .about-us-img:nth-of-type(4){
      bottom: 1%;
      left: 25%;
    }
     .about-us-img:nth-of-type(5){
            bottom: 1%;
      right: 25%;
    }
     .about-us-img:nth-of-type(6){
        top: 55%;
      right: 1%;
    }
     .about-us-img:nth-of-type(7){
      right: 8%;
      top: 30%;
            width: 150px;
            height: 150px;
    }
     .about-us-img:nth-of-type(8){
      top: 2%;
      right: 10%;
    }
@media(max-width:1366px){
  .about-us-img {
    width: 185px;
    height: 199px;
}
}
    @media(max-width:1024px){
     .about-us-img {
    width: 150px;
    height: 167px;
     }
    }

    @media(max-width:768px){
      .about-us-img{
        display: none;
      }
    }