.menu-toggle {
    display: flex !important;
    align-items: center;
    column-gap: 10px;
    text-transform: lowercase;
    background-color: #002C6D;
    font-size: 16px;
}

button.menu-toggle:hover {
    background-color: #FC5210 !important;
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1000px) {

}