.swiper-postTypeSlider {
  width: 100%;
  height: 100%;
  padding-bottom: 40px !important;

  .swiper-pagination {
    bottom: -5px !important;
  }

  .swiper-pagination-bullet-active {
    background: var(
      --primary
    ) !important; /* Change this to the active color you want */
  }
}
