.related-products {
  display: block;
}

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

.related-products .section-content-title {
  margin-bottom: var(--global-item-gap);
  text-align: center;
  min-width: 100%;
  @media screen and (max-width: 768px) {
    text-align: left;
  }
}
