.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .related-products__heading {
    font-size: 20px;
    text-align: center;
  }
}
