.swiper {
  width: 100%;
  max-width: 100%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.swiper-pagination {
  gap: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  padding: 0;
  opacity: 1;
  text-align: center;
  background: #011e41;
  color: #fff;
  border-radius: 50%;
  transition: background 0.3s, color 0.3s;
}

@media (min-width: 320px) {
  .swiper-pagination {
    margin-bottom: 10px;
  }
}

@media (min-width: 480px) {
  .swiper-pagination strong {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 768px) {
  .swiper-pagination {
    gap: 22px;
    margin-bottom: 40px;
  }

  .swiper-pagination strong {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 1024px) {
  .swiper-pagination strong {
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 1114px) {
  .swiper-pagination strong {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 1440px) {
  .swiper-pagination strong {
    width: 40px;
    height: 40px;
  }
}

.swiper-pagination strong.swiper-pagination-bullet-active {
  background: #adb9c3;
  color: #fff;
}
