.info-swiper .swiper-slide {
    transition: transform 0.3s ease-in-out;
}

.info-swiper .swiper-slide-active {
    transform: scale(1.175);
}

.info-swiper .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 20px;
}

@media (min-width: 640px) {
    .info-swiper .swiper-pagination-bullet {
        width: 24px;
        height: 4px;
    }
}

@media (min-width: 768px) {
    .info-swiper .swiper-pagination-bullet {
        width: 28px;
        height: 4px;
    }
}

@media (min-width: 1024px) {
    .info-swiper .swiper-pagination-bullet {
        width: 31px;
        height: 5px;
    }
}

@media (min-width: 1280px) {}

@media (min-width: 1536px) {}