.logo-carousel {
    width: 100%;
    overflow: hidden;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px; /* or whatever fits your design */
}

.swiper-slide img {
  /*max-height: 100%;*/
  max-height: 150px;
  object-fit: contain;
  max-width: 300px;
}
.swiper-button-next, .swiper-button-prev {
/*   top: 75%; */
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px !important;
  color: #3a3a3a;
}
