bootstrap 3 grid align center code example
Example 1: centralize div bootstrap
<div class="row align-items-center justify-content-center">
<div class="col">This will be centered vertically and horizontally</div>
</div>
Example 2: bootstrap grid class
col-12 col-sm-4 col-md-3 col-lg-12 col-xl-12