#references {
    background: white;
}
    #references h1 {
        font-family: 'FontFace', sans-serif;
        text-align: center;
        line-height: 1;
        font-size: 28px;
        color: rgb(109, 111, 113);
        padding: 75px 0 25px 0;
        margin: 0;
    }
    @media (min-width: 768px) {
        #references h1 {
            font-size: 34px;
            padding: 85px 0 25px 0;
        }
    }
    @media (min-width: 992px) {
        #references h1 {
            font-size: 40px;
            padding: 130px 0 30px 0;
        }
    }
    @media (min-width: 1200px) {
        #references h1 {
            font-size: 45px;
            padding: 140px 0 40px 0;
        }
    }
