
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 0.4;
    margin: 0 8px !important;
    cursor: pointer;
    position: relative;
  }
  .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
  }