.equal-height-row {
    display: flex;
    flex-wrap: wrap;
}
.equal-height-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}
.event-wrap {
    flex: 1;
}
