.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.22;
  text-transform: capitalize;
  
}

@media screen and (max-width:749px){
  .related-products__heading{
    font-size: 24px;
  }
}