.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .related-products__heading {
    margin: 0 0 30px;
  }
}

@media screen and (min-width: 1025px) {
  .related-products .grid--3-col-desktop .grid__item {
    width: calc(100% / 3 - 23px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .related-products .grid--3-col-desktop .grid__item {
    width: calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
  }
}

