I have a scenario where there is three flex items, showing as boxes, beside eachother which match each others height.
Each contain a title and description I would like for the top of each title and descriptions within the flex item to align with the other flex items titles and descriptions
The titles and descriptions are from a content system so can take up between 1 and 4 lines, so I can't hardcode the positions without potentially creating unwanted whitespace. The titles do this naturally as they just have a margin separating it from the top of it's container but the descriptions are causimg my difficulty
Note we are using flex box as these items may wrap down to next line depending on user screen