
.slider--flexed {
    display:flex;
    flex-wrap:no-wrap;
    position: relative;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
    gap: 2.5rem;
}