@import url("https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css");
.slider-wrapper .slider-pagination {
  bottom: 0px !important;
}
.slider-wrapper .swiper-initialized {
  padding-bottom: 20px;
}
.slider-wrapper .swiper-pagination-bullet {
  background-color: var(--primary);
}
.slider-wrapper .swiper-slide {
  overflow: hidden;
}
.slider-wrapper img {
  max-height: 153px;
}
@media screen and (min-width: 500px) {
  .slider-wrapper img {
    max-height: 351px;
  }
}