.product-recommendations {
  display: block;
}

.product-recommendations__heading {
  margin: 0 0 3rem;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
}

@media screen and (max-width: 749px) {
  .product-recommendations__heading {
      font-size: 3.2rem;
  }
}
