@media screen and (max-width: 767px) {
  h1 {
    display: none !important;
  }
}