.image-with-text__heading {
  margin-top: 0;
}

@media screen and (max-width: 749px) {
  .image-with-text__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-self: center;
    padding: 1rem calc(1rem / var(--font-body-scale)) 5rem;
    position: relative;
    z-index: 1;
  }
}
