To set "equal height of elements inside grid item with CSS grid layout", just set the height of the direct children of the grid to 100%. After that is done, you can set the height of inner elements (inside the children) as you see fit.
height
100%