#event-index {
    padding: 1rem;
    display: grid;
    gap: 2rem;
    place-items: center;

    @media screen and (min-width: 50rem) {
        grid-template-columns: 20% auto 20%;

        .center { width: 100%; }
    }
}
