Images at the same vertical position in multiple columns

This is more of an html question but, you’d have to write a theme, or at least a child theme.

An absolutely terrible way to do this would be with tables … but, that’d probably be the easiest way. Something more like this would be sufficient:

<div class="row">title 1, title 2</div>
<div class="row">image 1, image 2</div>