.paragraph--type--key-figures p {
    margin: 0;
}

.block-key_figure {
    padding: 3.75em 0;
}
.block-key_figure.t-wrapper {
    display: flex;
    flex-direction: column;
}

.fw-bold, .key-figure_inside .fw-bold {
    font-weight: 700;
}

.t-bg_purple_pastel {
    background: var(--color-purple-pastel)
}

.t-card_key-figure {
    min-height: 23.188em;
    width: 19.688em;
    border-radius: 20px;
}

.key-figure_inside {
    padding: 3.75em 2.25em;
    text-align: center;
    align-content: flex-start;
}

.key-figure_nbr {
    font-style: normal;
    font-weight: 700;
    font-size: 3.125em;
    position: relative;
    line-height: 1;
}

.key-figure_nbr sup {
    font-size: 0.3em;
    opacity: 0.7;
    position: absolute;
    top: 5%;
}

._blue {
    background: var(--color-blue__pale);
    color: var(--color-blue__pale2);
}

._blue .t-para {
    color: var(--color-blue__pale2);
}

._pink {
    background: var(--color-pink-pastel);
    color: var(--color-pink);
}

._pink .t-para {
    color: var(--color-pink);
}

._purple {
    background: var(--color-purple-pastel);
    color: var(--color-purple);
}

._purple .t-para {
    color: var(--color-purple);
}

.t-ml p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    opacity: 0.6;
    line-height: 1.4;
}

.key-figure_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.key-figure_content {
    display: flex;
    max-width: 1257px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.875em;
    justify-self: center;
}

.key-figure_ml {
    max-width: 1257px;
}

@media only screen and (min-width: 768px) {
    .block-key_figure {
        padding: 5em 0;
    }

    .t-card_key-figure {
        width: 20.813em;
    }
}
