h1 {
    text-transform: none;
    font-size: 85px;
}

section.faq .faq-title span:first-child {
    display: inline-block;
    margin-right: 38px;
}


/* MEDIA */

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 54px;
    }
}

/* ( < 768 ) */
