.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 auto;
}

.collection-list__item>.card-wrapper {
  transition: 300ms ease;
}

.related-products__view-all {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.related-products__title {
  margin-bottom: 3rem;
}

.related-products__heading {
  width: 100%;
}

@media screen and (max-width: 989px) {
  .related-products__heading {
    text-align: center;
  }
}