.grid {
    display:flex;
    flex-direction:row;
}
.grid-item {
    padding:2em 0;
}
