#appt-page .appt-two-cols,
.updated-two-cols {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
}

@media screen and (max-width: 800px) {

    #appt-page .appt-two-cols,
    .updated-two-cols {
        grid-template-columns: 1fr;
    }
}

#appt-page #about-schedule-footer {
    width: 100%;
}

#appt-page #about-schedule-footer .inner-wrapper {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#appt-page section section {
    padding-top: 48px;
    padding-bottom: 48px;
    display: block;
}

#appt-page section section:not(:last-child) {
    border-bottom: 1px solid #C6C9D5;
}

#appt-page section section p {
    font-size: 18px;
    margin-bottom: 1em;
}

#appt-page section section h2 {
    margin-bottom: 1em;
    word-wrap: normal;
}

#appt-page h2.smaller {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 1.5em;
}