.swiper .swiper-pagination-bullet {
  border: 1px solid #4b2795;
  background-color: transparent;
  opacity: 1;
  width: 19px;
  height: 19px;
}

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

@media (max-width: 1000px) {
  .swiper .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin-inline: 2px !important;
  }
}
