body {
    font-family: "Mona Sans", sans-serif;
    font-size: clamp(0.75rem, 0.375rem + 1.2vw, 1.5rem);
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    gap: 40px;
    background-color: #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: stretch;
}

.swiper-slide {
    width: 80%;
}
