/* BRP1: SMART PHONES & TABLETS -------------------------------------------------- */
@media screen and (max-width: 991px ) {
    .bottom-section {
        margin-bottom: -20svh !important;
    }
}

/* BRP2: DESKTOP ---------------------------------------------------------------- */
@media screen and (min-width: 992px) {
    .bottom-section {
        margin-bottom: -20svh !important;
    }
}