.section:not(.section--fullwidth) h2 {
    font-size: 45px;
    line-height: 1.2;
}
.section:not(.section--fullwidth) h1 span.header-normal,
.section:not(.section--fullwidth) h2 span.header-normal,
.section:not(.section--fullwidth) h3 span.header-normal,
.section:not(.section--fullwidth) h1.section-heading,
.section:not(.section--fullwidth) h2.section-heading,
.section:not(.section--fullwidth) h3.section-heading {
    font-family: "abril-display", serif;
    font-weight: 600;
}
.section:not(.section--fullwidth) h1 span.header-bold,
.section:not(.section--fullwidth) h2 span.header-bold,
.section:not(.section--fullwidth) h3 span.header-bold,
.section:not(.section--fullwidth) h1.section-heading strong,
.section:not(.section--fullwidth) h2.section-heading strong,
.section:not(.section--fullwidth) h3.section-heading strong {
    font-family: "modish", sans-serif;
    font-weight: 400;
}
.section:not(.section--fullwidth) h1 span.header-bold,
.section:not(.section--fullwidth) h1 strong {
    font-size: 82px;
    word-spacing: 3px;
}
.section:not(.section--fullwidth) h2 span.header-bold,
.section:not(.section--fullwidth) h2 strong {
    font-size: 52px;
    word-spacing: 3px;
}
.section.section--columns h3 {
    font-size: 36px;
}
.section.section--columns h3 span.header-bold {
    font-size: 43px;
    word-spacing: 3px;
}
.section--leftrighthero h1 {
    45px;
}
.section--leftrighthero h1 span.header-bold {
    font-size: 52px;
    word-spacing: 3px;
}
@media (min-width: 660px) {
    .section--leftrighthero h1 {
        font-size: 55px;
    }
    .section--leftrighthero h1 span.header-bold {
        font-size: 62px;
    }
}
@media (min-width: 1024px) {
    .section--leftrighthero h1 {
        font-size: 75px;
    }
    .section--leftrighthero h1 span.header-bold {
        font-size: 82px;
    }
}