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