.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  z-index: 10;
  font-size: 2rem;
}

.swiper-button-next {
  right: 10px;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-pagination {
  bottom: 0px !important;
}

.swiper-pagination-bullet {
  background: #afafaf !important;
  opacity: 1 !important;
  width: 10px;
  height: 10px;
  transition: background 0.3s;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
  width: 18px !important;
  border-radius: 20px !important;
}
