flex between bootstrap code example
Example 1: bootstrap justify-content-center for md
<div class="row justify-content-md-center"></div>
Example 2: flex wrap bootstrap
<div class="d-flex flex-wrap">...</div>
Example 3: bootstrap display flex
<div class="d-flex">I'm a flexbox container!</div>