<figure class=“d-table-row text-left”>

<img src="{{ education.image_path }}" alt="" class="d-table-cell">
<figcaption class="d-table-cell align-middle">
    <span class="title">{{ education.title }}</span><br>
    <span class="subtitle">{{ education.institution }}</span><br>
    <span class="subtitle">{{ education.year }}</span>
</figcaption>

</figure>