.page-hero {
    padding: 72px 0 42px;
    background: #ebe7f3;
}

.schedule-layout {
    align-items: start;
}

.embed-placeholder {
    display: flex;
    min-height: 320px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.embed-placeholder span {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 32px;
    font-weight: 700;
}

.legal h2 {
    margin-top: 28px;
    font-size: 28px;
}

.legal h2:first-child {
    margin-top: 0;
}

.legal a {
    color: #41386b;
    font-weight: 800;
    text-decoration: underline;
}
