.event-list-module__items {
    padding: 50px 0;
}

.event-list-module__items .col-md-4 {
    margin-bottom: 30px;
}

.event-list-module__item {
    padding: 32px 28px;
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    border-top: 3px solid rgba(0, 0, 0, 0.2);
    column-gap: 100px;
}

.event-list-module__img {
    max-width: 400px;
}

.event-list-module__title {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
}

@media (min-width: 992px) {
    .event-list-module__item {
        flex-direction: row;
        text-align: left;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    .event-list-module__title {
        margin-top: 0;
    }
}