Can't keep a cell square in a CSS Grid

The paragraph on the left is overall higher than the combined height of the image and the quote on the right. So the paragraph extends the grid downwards but the height of the bottom row is capped by the height of the quote since it is set to auto. So the first row grows in height to “fill up” that gap. Setting the height of the second row to 1fr resolves the problem.