.adv {
  background: transparent;
}
.adv .adv-pagination {
  background: transparent;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  gap: 2px;
}
.adv-pagination .swiper-pagination-bullet {
  width: 44px;
  height: 4px;
  border-radius: 2px;
  background: #B3B4B880;
  opacity: 1;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.adv-pagination .swiper-pagination-bullet-active {
  background: var(--primary-default);
}
@media screen and (max-width: 767px) {
  .adv .adv-pagination {
    padding-top: 10px;
  }
  .adv-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 3px;
    border-radius: 1.5px;
  }
}