/* EN/DE table hero only: size display type against the text column, not the viewport. */
.ae-tables-page .ae-catalog-hero-index4 .section-heading {
    container-type: inline-size;
    min-width: 0;
    max-width: 100%;
}
.ae-tables-page .ae-catalog-hero-index4 .section-heading .section-title {
    width: 100%;
    max-width: 100%;
    font-size: clamp(28px, 6.5cqi, 66px);
    line-height: 1.12;
}
.ae-tables-page .ae-catalog-hero-index4 .section-heading .section-title .ae-hero-title-line {
    width: auto;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: normal;
    margin-bottom: 6px;
}
.ae-tables-page .ae-catalog-hero-index4 .section-heading .section-title .ae-hero-title-line--statement {
    font-size: clamp(46px, 12cqi, 130px);
    line-height: 0.98;
    letter-spacing: -0.018em;
}
