

    #about h1 {
        text-align: center;
        margin-bottom: var(--t-space-7);
    }
#about h2 {
        font-weight: var(--t-weight-medium) !important;
        font-size: var(--t-text-9xl);
    }
#about .quote {
        margin-bottom: 0;
    }
#about .quote p {
        font-size: var(--t-text-5xl);
        font-weight: var(--t-weight-light);
        text-align: center;
        font-style: italic;
    }
#about .source {
        text-align: center;
        font-size: var(--t-text-2xl);
        margin-bottom: var(--t-space-7);
    }
