/* Footer menu */

.footer_menu_item {
    width: 100%;
    font-family: Onest, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
    opacity: .7;
    display: block;
    margin-top: 10px;
}

@media (max-width: 992px) {
    .footer_menu_item_list {
        display: flex;
        flex-wrap: wrap;
        max-height: 90px;
    }
    .footer_menu_item_list > a {
        color: rgb(255 255 255);
        font-size: 0.875rem;
        line-height: 1rem;
        margin-right: 18px;
        width: auto;
    }
}