
.panel-two-column.sidebar-left .contentRender_name_plugins_common_pagetitle {
    padding: 0;
}
.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-body);
    font-size: var(--text-4xl);
    color: var(--font-color);
    line-height: normal;
}

@media (min-width: 40em) {
    .contentRender_name_plugins_common_pagetitle {
        padding: 0 var(--space-5);
    }

    .page-title h1 {
        font-family: var(--font-body);
        font-size: var(--text-5xl);
        color: var(--font-color);
        line-height: normal;
    }
}