@media screen and (min-width: 750px) {
  .image-with-text__content h3.image-with-text__heading.h1 {
      margin-top: -10px;
  }
  
  .image-with-text .image-with-text__content {
      padding-top: 0 !important;
  }
}