.agendaList__items {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}

.agendaList__item {
    margin-bottom: 2em;
    padding: 0 15px;
}

@media screen and (min-width: 768px) {
    .agendaList__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .agendaList__item {
        width: 50%;
    }
}
