d-flex align items bootstrap code example
Example 1: bootstrap justify-content-center for md
<div class="row justify-content-md-center"></div>
Example 2: justify content space between class bootstrap
<div class="row d-flex justify-content-between"></div>