bootstrap display flex wrap code example
Example 1: bootstrap flex direction column
d-flex flex-column
Example 2: align flex end bootstrap
<div class="d-flex justify-content-end">...</div>
d-flex flex-column
<div class="d-flex justify-content-end">...</div>