.swiper-wrapper {
  height: auto !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 0.8rem !important;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  width: 1.7rem;
  height: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translateY(-5px);
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: -1rem !important;
}

.swiper-button-prev {
  left: -10px !important;
}

.swiper-button-next {
  right: -12px !important;
}

.swiper-pagination {
  bottom: -18px !important;
}

.swiper-pagination-bullet {
  background: white !important;
}
.swiper-slide {
  height: auto !important;
}