.customer{
    .customer_wrapper{
          .customer_wrap{
               height: 120px;
               width: 100%;
               display: flex;
               justify-content: center;
               align-items: center;
            img{
                 max-width: 100%;
                 max-height: 100%;
            }
          }
    }
}