#header-menu-desktop {
  display: none;
  justify-content: flex-start;
  @media (min-width: 901px) {
    display: flex;
  }
  > a {
    cursor: pointer;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 5px 10px 8px 10px;
    text-decoration: none;
    @media (pointer: fine) {
      &:hover {
        color: white;
      }
    }
    &.active {
      color: white;
    }
  }
}
