#ourClientsContainer{
    padding-top: 70px;
    display: flex;
    width: 100%;
    /* height: 120vh; */
    flex-direction: column;
    align-items: center;
    width: 100%;
}
#ourClientsHeadingContainer h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
margin-bottom: 30px;

}

#clientsOuterContainer{
      gap: 10px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    /* margin-bottom: 22px; */
    width: 80%;
}

#clientsOuterContainer div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    width: 250px;
    height: 150px;
    padding: 20px 30px;
}
.setHeight{
    /* width: 90px; */
    height: 50px;
  transition: all 0.2s ease-in-out;

  
}
.setWidth{
    width: 90px;
    /* height: 50px; */
  transition: all 0.2s ease-in-out;
}
.setHeight:hover{
   
transform: scale(1.1);
  
}
.setWidth:hover{
transform: scale(1.1);
  
}


@media (max-width: 991.5px) {
#clientsOuterContainer div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    width: 180px;
    height: 100px;
    padding: 20px 30px;
}
.setHeight{
    /* width: 90px; */
    height: 40px;
  transition: all 0.2s ease-in-out;

  
}
.setWidth{
    width: 70px;
    /* height: 50px; */
  transition: all 0.2s ease-in-out;
}
}
@media (max-width: 700.5px) {
    #clientsOuterContainer{
   
    width: 90%;
}
#ourClientsContainer {
    padding-top: 50px;
   
}
#clientsOuterContainer div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    width: 150px;
    height: 80px;
    padding: 20px 30px;
}
.setHeight{
    /* width: 90px; */
    height: 30px;
  transition: all 0.2s ease-in-out;

  
}
.setWidth{
    width: 50px;
    /* height: 50px; */
  transition: all 0.2s ease-in-out;
}
}
@media (max-width: 400.5px) {
    #clientsOuterContainer{
   
    width: 98%;
}
#clientsOuterContainer div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    width: 130px;
    height: 60px;
    padding: 20px 30px;
}
.setHeight{
    /* width: 90px; */
    height: 20px;
  transition: all 0.2s ease-in-out;

  
}
.setWidth{
    width: 40px;
    /* height: 50px; */
  transition: all 0.2s ease-in-out;
}
#ourSevicesHeadingContainer h2 {
    font-size: 29px;
    font-weight: 700;
    line-height: 44px;
}
}