@media screen and (max-width: 1199px) {
  .menu-toggle {
    display: flex !important;
    font-family: "Outfit", sans-serif;
    background-color: transparent;
    color: #FFF;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    float: right;
    margin-top: 0;
    padding: 0;
    margin-left: 15px;
  }
  .menu-toggle svg {
    width: 35px;
    height: 35px;
    color: #EA581C;
  }
}

/*# sourceMappingURL=style.css.map */
