how to center row content in bootstrap code example
Example: align eliment in center of row bootstrap
<div class="row justify-content-center">
...inner divs and content...
</div>
<div class="row justify-content-center">
...inner divs and content...
</div>