.product-recommendations {
  display: block;
}
@media screen and (max-width: 749px) {
  .spaced-section__image-with-text + .spaced-section__product-recommendations {
    margin-top: 18rem;
  }
}
.product-recommendations__heading {
  margin: 0;
  margin-bottom: 3rem;
}
