.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
}

.related-products h2 {
  text-align: center;
}

.related-products ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
