span.swiper-pagination-bullet {
  background: rgb(17 17 17 / 20%);
  width: 25px;
  height: 2px;
  border-radius: 2px;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #ff7533 !important;
  opacity: 1 !important;
}
