.swiper-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 10px;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

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

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

.swiper-button-next, .swiper-button-prev, .swiper-pagination-bullet-active {
    color: white;
}
