.contentRender_name_plugins_common_pagetitle {
    padding: 0 var(--space-5);
    margin: 0 auto;
    max-width: var(--width-base);
}

.page-title h1 {
    font-family: var(--font-header);
    font-size: var(--text-4xl);
    color: var(--teal);
    line-height: normal;
}

.page-title h1.teal {
    color:var(--teal);
}

.page-title h1.black {
    color:var(--black);
}

@media (min-width: 40em) {
    .contentRender_name_plugins_common_pagetitle {
        padding: var(--space-8) var(--space-5) 0;
    }

    .page-title h1 {
        font-family: var(--font-header);
        font-size: var(--text-5xl);
        color: var(--teal);
        line-height: normal;
    }
    .page-title h1.black {
        color: var(--black);
    }
}