.swiper.carousel-swiper {
    width: 100%;
    max-width: 900px;
    margin: auto;
    margin-bottom: 4rem;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #f1d3d3;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #f1d3d3e6;
}
