.sliderContainer {
    padding: 16px 24px;
    background-color: white;
    border-radius: 16px;
    overflow: hidden;
    max-width: 244px;
    height: 100%;

    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: start; */
    /* align-self: normal; */
    /* align-self: normal; */
    /* gap: 28px; */

    aspect-ratio: 2/0.8;
    min-width: 160px;
}

@media only screen and (max-width: 1920px) and (min-width: 482px) {
    .swiper-wrapper {
        width: max-content !important;
        margin: 0 auto !important;
    }
}
/* @media (max-width: 480px) {
    .swiper-wrapper {
        width: inherit;
        margin: inherit;
    }
} */
