Flexbox - center content in DIV vertically

I would like to achieve the following with Flexbox:

In a “DIV” I would like to have 5 DIVS, arrange them with justify–content-between. So far I can do that.

Now I want to center the content in the 5 DIVs vertically in the DIV.

Is that possible somehow?

add the class “align-items-center” to the containing div (BS5)

If the containing div is a row then you can set it all up in the options tab

image