.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    opacity: 1;
  }
  
  .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #71C4EF;
  }
  

  .case-pagination{
    position: relative !important;
  }