.schedule-section {
    padding-top: 4rem;
    padding-bottom: 6rem;
    text-align: center;
}

.schedule-section h2 {
    margin-bottom: 1rem;
}

.schedule-section p {
    max-width: 60ch;
    margin: 0 auto 3rem auto;
    color: var(--text-color);
}

.calendly-inline-widget {
    border-radius: var(--border-radius);
    overflow: hidden;
    border: 1px solid var(--border-color);
}