@media screen and (max-width: 575px) {
  .container {
    .header {
      display: none;
    }
  }
}

.header-need-help {
  display: none;
}


