:root {
  --swiper-theme-color: #ffffff;
}
#territory, #testimonials {
  .swiper-button-prev,
  .swiper-button-next {
    svg {
      width: 44px;
      height: 44px;
    }
  }
}
/*@layer components {
  .swiper-pagination-bullet {
    @apply bg-gray-400 w-3 h-3 rounded-full;
  }

  .swiper-pagination-bullet-active {
    @apply bg-pink-500;
  }
}*/