section.block-12-zahlendarstellung {
    background: #fff;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

section.block-12-zahlendarstellung .zahlendarstellungIntro {
    padding-right: 4rem;
}

section.block-12-zahlendarstellung .zahlendarstellungHeading h2,
section.block-12-zahlendarstellung .zahlendarstellungHeading h3 {
    margin-bottom: 2.5rem;
}

section.block-12-zahlendarstellung .zahlendarstellungText p:last-child,
section.block-12-zahlendarstellung .zahlendarstellungCard p:last-child {
    margin-bottom: 0;
}

section.block-12-zahlendarstellung .zahlendarstellungGrid {
    row-gap: 2rem;
}

section.block-12-zahlendarstellung .zahlendarstellungItem {
    margin-bottom: 2rem;
}

section.block-12-zahlendarstellung .zahlendarstellungCard {
    background: #F2F2F2;
    border-left: 4px solid #990100;
    height: 100%;
    padding: 2.4rem;
}

section.block-12-zahlendarstellung .zahlendarstellungWert {
    color: #990100;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.2rem;
}

section.block-12-zahlendarstellung .zahlendarstellungCard h3 {
    color: #333333;
    font-size: 1.7rem;
    line-height: 1.35;
    margin-bottom: 1rem;
}

section.block-12-zahlendarstellung .zahlendarstellungBeschreibung {
    color: #666666;
    font-size: 1.4rem;
}

@media (max-width: 991px) {
    section.block-12-zahlendarstellung .zahlendarstellungIntro {
        margin-bottom: 3rem;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    section.block-12-zahlendarstellung {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    section.block-12-zahlendarstellung .zahlendarstellungGrid {
        margin-left: -8px;
        margin-right: -8px;
        row-gap: 1.6rem;
    }

    section.block-12-zahlendarstellung .zahlendarstellungItem {
        margin-bottom: 1.6rem;
        padding-left: 8px;
        padding-right: 8px;
    }

    section.block-12-zahlendarstellung .zahlendarstellungCard {
        padding: 1.5rem;
    }

    section.block-12-zahlendarstellung .zahlendarstellungWert {
        font-size: 2.6rem;
        margin-bottom: 0.9rem;
    }

    section.block-12-zahlendarstellung .zahlendarstellungCard h3 {
        font-size: 1.35rem;
        line-height: 1.3;
        margin-bottom: 0.7rem;
        overflow-wrap: anywhere;
    }

    section.block-12-zahlendarstellung .zahlendarstellungBeschreibung {
        font-size: 1.2rem;
    }
}
