.menu-header-text-mobile {
    font-weight: bold;
    font-size: 20px
}

.content-header-mobile {
    display: none;
    align-items: center;
    justify-content: space-between;
    height: 96px;
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,.02), 0px 2px 12px -2px rgba(0,0,0,.08), 0px 3px 6px 0px rgba(0,0,0,.06);
    padding: 0 10px 0 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.header-question-icon-mobile {
    width: 32px;
    height: 32px;
}

.mobileLogoSmall {
    height: 50px;
    width: 50px;
}

.navbar-mobile-content {
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    gap: 8px;
}

.navbar-mobile-content_hover {
    cursor: pointer;
}

.navbar-mobile-bottom {
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    gap: 60px;
    height: 100px;
    width: 100%;
    background-color: #2A3647;
    color: white;
}

.mobileNavbarIcons {
    width: 32px;
    height: 32px;
}

.mobileNavbarIcons:hover {
    cursor: pointer;
}

.mobileSpan {
    font-size: 14px;
    font-weight: 400px;
}

@media (max-width: 1200px) {
    .navbar-mobile-bottom {
        display: flex;
    }
}

@media (max-width: 950px) {
    .navbar-mobile-bottom {
        gap: 32px !important;
    }
}

@media (max-width: 450px) {
    .navbar-mobile-bottom {
        gap: 16px !important;
    }
}