.wgc-gallery, .wgc-gallery-loop {
    width: 100%;
    max-width: 700px;
    margin: auto;
    border-radius: 12px;
    font-family: 'Arial', sans-serif;
}
.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}
