.key_nbs {
    text-align: center;

    .chiffres_wrapper {
        display: flex;
        justify-content: center;
        gap: 20px 80px;
        flex-wrap: wrap;

        .top {
            font-size: 50px;
            font-weight: var(--extrabold);
            display: flex;
            align-items: end;
            
            @media (min-width: 992px) {
                margin-bottom: 12px;
                font-size: 80px;
                line-height: 1;
            }

            .chiffre__suffix,
            .chiffre__prefix {
                font-size: 40px;
            }
        }
        
        .chiffre__label {
            text-transform: uppercase;
            font-weight: var(--bold);
        }
    }
}