d-flex class i bootstrap code example
Example 1: justify content space between class bootstrap
<div class="row d-flex justify-content-between"></div>
Example 2: flex wrap bootstrap
<div class="d-flex flex-wrap">...</div>
<div class="row d-flex justify-content-between"></div>
<div class="d-flex flex-wrap">...</div>