.swiper {
    height: 400px;
}

.price span {
    font-size: 1rem !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
}

.swiper-slide img {
    width: 33vw;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 768px) {
    .swiper-slide img {
        width: 100vw;
    }
}
