.brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

#nav-title {
    letter-spacing: 0.15px;
    line-height: 90%;
    font-size: 13px;
}
#nav-subtitle {
    font-size: 7px;
    letter-spacing: 0.135px;
    line-height: 90%;
}

.navbar-brand {
    max-width: 300px;
    font-size: 13px;
    text-wrap: wrap;
}

.brand-two {
    font-size: 10px;
}

@media only screen and (max-width: 990px) {
    #navbar {
        background-color: white;
    }

    #nav-title {
        color: #4f772d !important;
        font-size: 10px;
    }

    #nav-subtitle {
        color: rgba(242, 167, 92) !important;
        font-size: 6px;
    }

    .nav-link {
        color: black !important;
    }
}
