/* events */
.n-event {
    margin-bottom: 50px;
}
.n-event__head {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    margin-bottom: 20px;
}
.n-event__head h2 {
    color: rgba(33, 37, 41, 1);
    padding: 0;
}
.n-event__head a {
    display: flex;
    align-items: center;
}