.reveal .slides section.big-question {
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
}

.big-question-text {
    font-size: 1.6em;
    font-weight: 700;
    color: var(--rlab-color-text);
    line-height: 1.3;
    margin-bottom: 0.5em;
}

.big-question-sub {
    font-size: 0.7em;
    color: var(--rlab-color-muted);
    font-style: italic;
}
