How to set related products to 4 products only

To set related products to 4 products only, from this.

To this.

You can use this code to Custom CSS.

div.product-related-products .product-list-container>div:nth-child(n+5) {
    display: none !important;
}