Hello Lech,
You can use,
.projects-grid .grid { max-height:300px; }
Or you can set a minimum height with,
.projects-grid .grid { min-height:300px; }
or specific a specific height with,
.projects-grid .grid { height:300px; }
Change the number to what you wish.