.related-products {
  display: block;
}

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

.related-products__heading-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: start;
}