.swiper-container {
  -webkit-transform: translate3d(0, 0, 0);
  overflow-x: hidden;
  height: 140px;
}
.swiper-slide {
  text-align: center;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  overflow-x: hidden;
}
.swiper-slide img {
  max-width: 400px;
  height: 140px;
  width: auto;
}
