.aurora-header__desktop {
  display: none;
}

@media (min-width: 1024px) {
  .aurora-header__desktop {
    display: flex;
  }
}
