.superheading {
    font-weight: bold;
    font-size: 24pt; /* You can adjust to 20pt, 22pt, etc. */
    line-height: 1;
    margin-bottom: 25px;
}

.heading {
    font-weight: bold;
    font-size: 20pt; /* You can adjust to 20pt, 22pt, etc. */
    margin-bottom: 20px;
}

.subheading {
    font-weight: bold;
    font-size: 14pt; /* You can adjust to 20pt, 22pt, etc. */
    margin-bottom: 20px;
}

.subheading_2 {
    font-weight: bold;
    font-size: 12pt; /* You can adjust to 20pt, 22pt, etc. */
    margin-bottom: 20px;
}


.body-text {
    font-size: 12pt;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 15px;
}

.question {
    font-weight: bold;
    font-size: 12pt;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 15px;
}