.related-products {
  display: block;
}

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

.related-products .section--title {
    font-family: var(--font-body-family);
        font-weight: 400;
}

@media screen and (max-width: 750px) {
  .mcp-layout-pertial .slideshow__swiper {
    margin-right: -14px;
  }
}