@media (max-width: 991px) {
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
        display: block !important;
    }
}

/* ================================================
   FAQ Section — leading fix
   ================================================ */
section h5 {
    line-height: 1.4 !important;
}

/* ================================================
   Remove white gap between last section and footer
   ================================================ */
.main {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.main > section:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}