@media screen and (max-width: 1199px) {
    .menu-toggle {
        display: flex !important;
        background: #0000;
        color: #fff;
        justify-content: center;
        align-items: center;
        float: right;
        margin-top: 0;
        padding: 0;
        border: 0;
    }

    .menu-toggle svg {
        width: 35px;
        height: 35px;
        color: #FCF0E7;
        margin-left: 15px;
    }
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1000px) {

}