Altura de estiramiento de Flexbox
.flex-2 {
display: flex;
align-items: stretch;
}
Bad Bird
.flex-2 {
display: flex;
align-items: stretch;
}