Hello I'm having issue centering the icons for the block in the screen shot attached. Can you please tell me what's the class I should use to center icons and where should I put it in the block?
<div class="row col-mb-50">
<div class="col-sm-6 col-lg-4 center">
<div class="feature-box fbox-sm fbox-plain" data-animate="fadeIn">
<div class="fbox-icon">
</div>
<div class="fbox-content">
<h3>Escuela Dominical</h3>
<p>Domingos 11:00 a.m. - 12:00 p.m..</p>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4 center">
<div class="feature-box fbox-sm fbox-plain" data-animate="fadeIn" data-delay="200">
<div class="fbox-icon">
[](#)
</div>
<div class="fbox-content">
<h3>Servicio Evangelistico</h3>
<p>Domingos 1:00 p.m.</p>
</div>
</div>
</div>