Thanks,
This is quite tricky to deal with as the issue is coming from title text not being of the same length.
There are 2 ways of dealing with this:
1 is to trim the title, meaning it will be cut-off.
Or we set a min-height so all titles have the same height, which in turn, makes all posts of the same height. But the catch is, the short titles will have significant amount of space underneath them to match the post item height of the posts with longer titles.
Let us know which of the 2 methods you prefer to do.