how to center content in div via bootstrap classes 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: how to center an element in bootstrap
//Bootstrap answer
To center text add .text-center class to the parent element