/* user css file */
/* Question title styling for ALL question types */
.question-title {
    font-size: 22px;      /* try 16–18px until it fits with your SECTION headings */
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 6px;
}

/* make the divider less “heavy” under each question */
.question-divider {
    margin-top: 3px;
    margin-bottom: 10px;
}

#header img.fluid {
    max-height: 70px;
    width: auto;
}

@media (min-width: 768px) {
    #header img.fluid {
        max-height: 120px;
    }
}