@media screen and (max-width: 749px) {
  .related-products__item:nth-child(1n + 7) {
    display: none;
  }
}
