@media screen and (min-width: 990px) {
  .header:not(.drawer-menu) {
    display: flex;
    justify-content: space-between !important;
  }
}
