How can I make the spacing between these products equal?

How can I make the spacing between these products equal?

This is how I’ve adjusted the code so far since I wanted the blocks to be the same size:

.grid__image {
min-width: 400px;
max-width: 400px;
padding: 40px;
}

I do want the text to be centered under the photos as well.