How to reduce size of Product Image on specific Page

To reduce size of Product Images on specific Page, from this.

To this.

#1. First, find Page ID

#2. Next, use this code to Custom CSS

#collection-685da5e4302f6304fd2695d3 {
    .grid-image-wrapper {
    max-width: 300px;
    margin: 0 auto;
}}