 .fbss-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fbss-swiper .swiper-slide img {
    width: 100%;
    height: 250px; /* Set a fixed height — change as needed */
    object-fit: cover; /* Crop and fill the slide */
    border-radius: 8px;
}