#about {

    h1 {
        text-align: center;
        margin-bottom: 30px;
    }

    h2 {
        font-weight: 500!important;
        font-size: 40px;
    }

    .quote {
        margin-bottom: 0;
    }

    .quote p {
        font-size: 25px;
        font-weight: 200;
        text-align: center;
        font-style: italic;
    }

    .source {
        text-align: center;
        font-size: 18px;
        margin-bottom: 30px;
    }

}