hi there,
Any chance you can tell me how to vertically align text regardless of picture dimensions?
Attached is a screen-shot of the odd alignment... one having text at the top and the other not...
Here is the code
<div id="section-team">
<div class="fancy-title title-border">
<h3>Our Team</h3>
</div>
<div class="row col-mb-50 mb-0" data-layout="fitRows">
<div class="col-lg-6">
<div class="team team-list row align-items-center">
<div class="team-image col-sm-6">

</div>
<div class="team-desc col-sm-6">
<div class="team-title">
<h4>Diego Lombardo</h4>
<span>Managing Partner</span>
</div>
<div class="team-content">
<p>
30 years of combined wireless and traditional telco experience
providing voice and data solutions.
</p>
</div>
[
](#)
[
](#)
[
](#)
</div>
</div>
</div>
<div class="col-lg-6">
<div class="team team-list row align-items-center">
<div class="team-image col-sm-6">
</div>
<div class="team-desc col-sm-6">
<div class="team-title">
<h4>Tony Lee</h4>
<span>Leading IT Director</span>
</div>
<div class="team-content">
<p>
16 year IT industry veteran with a mission to bring great IT to
any size business.
</p>
</div>
[
](#)
[
](#)
[
](#)
</div>
</div>
</div>
</div>
</div>
