.events {
    display: flex;
    flex-direction: column;
    color: white;
}

.events h2,
.community-news h2 {
    color: white;
    font-weight: 600;
    margin: 0 0 2rem;
}

.events h2 span {
    color: #ef7c00;
}

.events-list {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.events-card {
    display: flex;
    gap: 2rem;
}

.events-card .day {
    color: #ef7c00;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1;
}

.events-card .month {
    color: #ef7c00;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.events-card .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.events-card a {
    color: white;
    text-decoration: none;
    display: block;
}

.events-card a:hover {
    color: #ef7c00;
}

.events-card a h4 {
    line-height: 1.4;
    font-weight: 400;
    font-size: 2rem;
}

.community-news .label-name {
    color: white !important;
}

.slide-image {
    height: 520px;
}
