.related-products {
  display: block;
}

.related-products__heading {
  margin: 0;
}

.related-products ul {
  margin-top: 0;
}

@media screen and (max-width: 989px) {
  .related-products ul li:nth-of-type(1n+3) {
    display: none;
  }

  .style-with li:nth-of-type(1n+3) {
    display: none;
  }
}