set flex level in bootstrap code example
Example 1: flex wrap bootstrap
<div class="d-flex flex-wrap">...</div>
Example 2: align flex end bootstrap
<div class="d-flex justify-content-end">...</div>
<div class="d-flex flex-wrap">...</div>
<div class="d-flex justify-content-end">...</div>