/* ---------- mobile ---------- */

.slider-module {
    margin-bottom: 96px;
}

/* ---------- tablet ---------- */

@media screen and (min-width: 48rem) {}

/* ---------- laptop ---------- */

@media screen and (min-width: 90rem) {
    .slider-module {
        margin-bottom: 192px;
    }
}