d-flex flex-column
<!-- Bootstprap 5.2 -->
<!-- flex-row to set a horizontal direction, or flex-row-reverse
to start the horizontal direction from the opposite side.-->
<div class="d-flex flex-row">
<!-- flex-column to set a vertical direction, or .flex-column-reverse
to start the vertical direction from the opposite side.-->
<div class="d-flex flex-column">
flex-column-reverse