Example for three column grid
<div class="row">
<div class="one-third">
<div class="" style="padding: 24px;">
<a href="https://google.com" target="_blank" rel="noopener"><img src="LINK-TO-IMAGE" alt="TITLE-OF-IMAGE" /></a>
<h6 style="text-align: center;">NAME-OF-TEAM-MEMBER</h6>
DESCRIPTION-OF-TEAM-MEMBER</div>
</div>
</div>
<div class="one-third">
<div class="" style="padding: 24px;">
<a href="https://google.com" target="_blank" rel="noopener"><img src="LINK-TO-IMAGE" alt="TITLE-OF-IMAGE" /></a>
<h6 style="text-align: center;">NAME-OF-TEAM-MEMBER</h6>
DESCRIPTION-OF-TEAM-MEMBER</div>
</div>
</div>
<div class="one-third">
<div class="" style="padding: 24px;">
<a href="https://google.com" target="_blank" rel="noopener"><img src="LINK-TO-IMAGE" alt="TITLE-OF-IMAGE" /></a>
<h6 style="text-align: center;">NAME-OF-TEAM-MEMBER</h6>
DESCRIPTION-OF-TEAM-MEMBER</div>
</div>
</div>
</div>