

.desktop-gallery img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

/* MOBILE SLIDER */
.mobile-slider {
    display: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .desktop-gallery {
        display: none;
    }
    .mobile-slider {
        display: block;
    }
}

/* SWIPER STYLE */
.swiper img {
    width: 100%;
    border-radius: 10px;
}