.h1-responsive {
  text-align: left;
}

@media screen and (max-width: 480px) {
  .h1-responsive {
    text-align: center !important;
  }
}

