.header0322__auth-reg {
  display: none;
}

@media (min-width : 1024px) {
  .header0322__auth-reg {
    color: #1C2C3E;
    transition: color ease 500ms;
    cursor: pointer;
    display: block;
  }
  .header0322__auth-reg:hover {
    color: #4fc48a;
  }
}