.product-recommendations {
  display: block;
}

.product-recommendations__heading {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  padding: 0 25px;
}

.recommended-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
}

.product-recommendations .grid__item {
  padding-bottom: 15px;
}
