.product-recommendations {
  display: block;
}

.product-recommendations__heading {
  margin-bottom: 32px;
  text-align: center;
}

.product-recommendations__heading h2 {
  display: inline-block;
  font-weight: 700;
  color: #202020;
  padding-bottom: 6px;
  border-bottom: 3px solid #ff7276;
  font-size: 18px;
}
