.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
    font-size: 40px;
    line-height: 1;
    font-family: "Satoshi-Regular", Roboto, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}


@media(max-width:769px){

  .related-products__heading {
    font-size: 25px;
}

}