:root {
    --swiper-navigation-color: #503629;
}

.swiper-container {
    overflow: hidden;
    position: relative;
}

.swiper-pagination {
    position: static;
}

.swiper-slide img {
    width: 100%;
}