Category/Archive in two columns

Ah, right, yes. Forgot about that. Just add vertical-align: top:

.hentry.category-reviews {
       width: 45%;
       display: inline-block;
       vertical-align: top;
 }