.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 1rem;
}

.collection__description p{
  color: #141414;
}

@media screen and (max-width: 769px){
  .related-products__heading {
    text-align: center;
  }
  
  .collection__description p{
    text-align: center;
    font-size: 18px;
  }
  
}