.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0);
}

.swiper-slide img {
    display: block;
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.swiper-slide {
    width: auto;
    height: auto;
}

.swiper-slide:nth-child(2n) {
    width: auto;
}

.swiper-slide:nth-child(3n) {
    width: auto;
}
 
