header #logo .logo-mobile {
    display: none;
}
@media only screen and (max-width: 992px) {
    .header-mobile #logo {
        width: 50%;
    }
    .logo-mobile {
        display: unset !important;
    }
    .logo {
        display: none;
    }
}

.bg-dark-blue {
    background-color: #01576f !important;
}
