/*
I made a seperate style for changing font styles as changing these can cause the most problems. 
Font sizes should be changed using em as this will mean they will scale based the default pixel size.
*/

.t_text_core_image_right [data-inject_text="title_1"] {
    font-size: 2.2em;
}

.tq_quickQuiz [data-inject_text="body_1"] {
    font-size: 1.8em;
    line-height: 1.3em;
    font-weight: normal;
}

.tq_quickQuiz [data-inject_text="body_1"] span{
    line-height: 1.2em;
}

body.xs .tq_quickQuiz [data-inject_text="body_1"] {
    font-size: 1.5em;
}