#horizontalSwiper {
  width: 100%;
}

#horizontalSwiper swiper-slide {
  /* text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, background 0.3s ease;
  padding-bottom: 50px;
}

#horizontalSwiper swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.5);
  opacity: 0.4;
  /* background: #f0f0f0; */
}

#horizontalSwiper swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  font-size: 25px;
  /* background: #fff; */
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  display: none !important;
}
