@import url("https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css");
.swiper {
  height: 390px;
}
.swiper .swiper-pagination-bullet {
  background-color: var(--primary);
}
.swiper img {
  height: 390px;
}