.swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  aspect-ratio: 1 / 1;
  background-color: #ddd8d4;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #d84999;
}
