.menu-services{
    max-width: 800px;
}

@media screen and (max-width: 991px){
    .menu-brand{
        display: none;
    }
}

html[data-theme="light"] .footer{
    background: #4a0d16;
}

html[data-theme="light"] .footer a,
html[data-theme="light"] .footer span{
    color: #FFFFFFEE;
}