Thanks everyone, Find a solution using your comment and answers, I removed the class pull-leftand added my favorite CSS line
.x {
text-align: center;
}
.y, img {
display: inline-block;
}
<div class="clearfix x">
<img src="http://localhost/chifley-acf/wp-content/uploads/2017/03/icon-01.png" alt="Icon" class="">
<h4 class="y">Refinancing</h4>
</div>
source
share