You have a list in HTML / CSS. You want that they have the same height beside.
Use the following code
<ol style="-webkit-columns:2;">
<li>1</li>
<li>2</li>
</ol>
If you have very long lists you can split them into 2 or more rows. They automatically have the same height.