Display Related products 2 columns in mobile

To display Related Products 2 columns in Mobile, like this.

You can use this code to Custom CSS.

@media screen and (max-width:767px) {
    div.product-related-products .product-list-container {
    grid-template-columns: repeat(2,1fr) !important;
}}