.event-hero {
    position: relative;
    overflow: hidden;
}

.event-hero-image {
    width: 100%;
    height: 450px;
    display: block;
    object-fit: cover;
}

.event-hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,.75) 0%,
        rgba(0,0,0,.45) 45%,
        rgba(0,0,0,.10) 100%
    );
}

.event-hero-content {
    max-width: 760px;
}

.event-pillar {
    margin-bottom: 20px;
    color: #D4B36A;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.event-title {
    margin: 0 0 5px;
    color: #ffffff;
    font-size: 45px;
    line-height: 1.1;
    font-weight: 600;
}

.event-short-description {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 18px;
    /*line-height: 1.7;*/
}
.event-short-description p {
    margin-bottom: 0;
}

.event-series {
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
    font-family: auto;
}