align content of cells in bootstrap grid code example
Example 1: bootstrap col center content
<div class="row">
<div class="col-4 d-flex justify-content-center text-center">
// for image and text
</div>
</div>
Example 2: col offset in bootstrap
.col-md-3 .offset-md-3