.event-category {
    font-size: 28px;
    font-weight: 600;
}

.event-category:not(:first-of-type) {
    margin-top: 40px;
}

.event-list-container.event {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .event-category {
        font-size: 24px;
        font-weight: 600;
    }

    .event-category:not(:first-of-type) {
        margin-top: 20px;
    }

    .event-list-container.event {
        margin-top: 30px;
    }
}