@media only screen and (max-width: 768px) {
  .h1:not(.image-with-text-heading), .type-heading-1{
    margin-top: 40px !important;
  }
  .text-block__heading--with-overlay:not(.image-with-text-heading) {
    margin-top: 60px !important;
  }
  .image-hero {
    margin-top: 50px;
  }
}