
.swiper {
  width: 100%;
  height: 15rem;
  margin-bottom: 5rem;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide.dark { background-color: #222; }

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