.event-card {
    margin-bottom: calc(5vw / 14.4);
    text-decoration: none;
    color: #282828;
}
.event-card > div {
    box-sizing: border-box;
    background-color: white;
    padding: calc(29vw / 14.4) calc(32vw / 14.4);
    height: 100%;
    box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.08);
}
.event-card .text-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    white-space: pre-wrap;
}
.event-card .text-wrap .day-of-week {
    margin: 0;
}
.event-card .text-wrap .lower,
.event-card .text-wrap .upper {
    gap: calc(8vw / 14.4);
    display: flex;
    flex-direction: column;
    color: #282828;
}
.event-card .clock-time-wrap {
    margin-bottom: 3vw;
}
.event-card .img {
    height: calc(142vw / 14.4);
    background-size: cover;
    background-position: center;
    width: 100%;
}
.event-card h5 {
    margin: 0;
    margin-bottom: 0.6em;
    margin-top: .8em;
}
.event-card .body-font {
    margin: 0;
}
.event-card .permalink-wrap {
    margin: 0;
}
.event-card .permalink {
    text-decoration: none;
    color: #282828;
}
.event-card .lower {
    margin-bottom: 0;
    margin-top: auto;
}
.event-card .icon {
    margin-right: calc(3vw / 14.4);
}
