#comp-mcuiqn35{
  padding: 40px 80px;
}
.swiper {
  align-items: center;
  width: 100%;
}

.swiper-slide {
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}