.menu-toggle {
    display: inline-flex;
    font-family: 'Mulish', sans-serif;
    padding: 0;
    background: #0000;
    color: #fff;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}

.menu-toggle svg {
    margin-right: 15px;
    width: 40px;
    height: 35px;
    color: #9a9f84;;
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1000px) {

}