.related-products {
  display: block;
}

.related-products__heading {

  text-align: center;
    font-family: "Source Serif 4", serif;
    font-weight: 400;
    font-style: normal;
    color: #9ea28b;
    transition: color .2s ease-in-out;
    letter-spacing: .2em;
    text-transform: uppercase;

  
  margin: 0 0 3rem;
}
