Вы можете использовать это чистое решение CSS:
HTML:
<div class="row">
<div>I can't. As much as I care about you, my first duty is to the ship. The unexpected is our normal routine.</div>
<div>I can't. As much as I care about you, my first duty is to the ship. The unexpected is our normal routine.I can't. As much as I care about you, my first duty is to the ship. The unexpected is our normal routine.</div>
<div>I can't. As much as I care about you, my first duty is to the ship. The unexpected is our normal routine.</div>
<div>I can't. As much as I care about you, my first duty is to the ship. The unexpected is our normal routine.I can't. As much as I care about you, my first duty is to the ship. The unexpected is our normal routine.I can't. As much as I care about you, my first duty is to the ship. The unexpected is our normal routine.</div>
</div>
<div class="row">
<div>I can't. As much as I care about you, my first duty is to the ship. The unexpected is our normal routine.I can't. As much as I care about you, my first duty is to the ship. The unexpected is our normal routine.</div>
<div>I can't. As much as I care about you, my first duty is to the ship. The unexpected is our normal routine.</div>
<div>I can't. As much as I care about you, my first duty is to the ship. The unexpected is our normal routine.I can't. As much as I care about you, my first duty is to the ship. The unexpected is our normal routine.</div>
<div>I can't. As much as I care about you, my first duty is to the ship. The unexpected is our normal routine.I can't. As much as I care about you, my first duty is to the ship. The unexpected is our normal routine.I can't. As much as I care about you, my first duty is to the ship. The unexpected is our normal routine.</div>
</div>
CSS
.row div {
display:table-cell;
width:25%;
}
Ссылка на jsFiddle:
http://jsfiddle.net/innerurge1/Ys5Kw/