.swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.swiper-slide {
    margin-bottom: 2rem;
}