:root {
    --swiper-theme-color: #2f2c6f;
}

.swiper-slide img {
    aspect-ratio: 17 / 9;
    object-fit: cover
}
.swiper {
    border: 1px solid lightgray;
    margin-bottom: .5rem;
}