.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 1.2rem;
  color: #51299E;
  font-weight: 700;

}
.related-products__heading-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.related-products__subheading {
  color: #696670;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6rem;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin-bottom: 15px;
}