.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  width: fit-content !important;
  left: 50% !important;
  translate: -50% 0;
  border-radius: .5rem;
  background-color: rgba(0, 0, 0, 0.4);
}

.swiper-pagination-bullet {
  background-color: #999999 !important;
  transition: background-color 0.3s ease-in-out;
}

.swiper-pagination-bullet:hover {
  background-color: #fff !important;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
}
