.event-hub .children {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 800px) {
    .event-hub .children {
        display: block;
    }
}