Need help again with this layout

I tried to follow the solution a mod gave me but somehow it didn't work on my code. In the picture there is the desired layout i want and this is my code pen with the entire code: https://codepen.io/Gabriele888/pen/XJXxWGR thanks for the help in advance.
Gab8
CodePen
Untitled
...
No description
4 Replies
Tok124 (CSS Nerd)
paragraphs and headings have default margin so it created a lot of spacing, and your search items was limited to a fixed height of 4rem. So i removed the margin from headings and paragraphs and i change height:4rem; to min-height:4rem;
Gabriele
GabrieleOP3w ago
What's the difference btw height and min height in this case?

Did you find this page helpful?