.logos {
    position: absolute;
    background-color: azure;
    width: 15%;
    height: 633px;
    margin-left: 15px;
}
.swiper {
    width: 100%;
    height: 100%;
    margin-top: 15px;
  }
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;   
display: flex !important;
justify-content: center;
align-items: center;
border-radius: 25% !important;
padding: 15px;
}
.swiper-slide img {
display: block;
max-height: 90%;
object-fit: cover;
}
.product-img{
  height: 300px !important;
  object-fit: contain;
}