.product-recommendations {
  display: block;

  @media screen and (min-width: 990px) {
    margin: 0 6.6rem;
  }
}

.product-recommendations__title-wrapper {
  text-align: center;
  margin-bottom: 3.6rem;

  @media screen and (max-width: 768px) {
    margin-bottom: 1.5rem;
  }
}

.product-recommendations__heading {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 3.5rem;
  letter-spacing: normal;
  font-weight: 450;

  @media screen and (max-width: 749px) {
    font-size: 1.5em;
  }
}
