@media screen and (max-width: 1200px) {
    .menu-toggle {
        display: flex !important;
        color: #FFF;
        font-size: 20px;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        background: none;
    }

    .menu-toggle svg {
        margin-left: 15px;
        width: 40px;
        height: 35px;
    }
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1000px) {

}