.a-propos-trust-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1.5rem;
}

.a-propos-trust-stat {
    display: flex;
    flex-direction: column;
    min-width: 140px;
}

.a-propos-trust-value {
    font-family: 'Grandstander', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--brun-cuir);
}

.a-propos-trust-label {
    font-size: 0.85rem;
    opacity: 0.75;
}

.a-propos-trust-intro {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cards-grid--centered {
    justify-content: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cards-grid--centered .contact-card {
    max-width: 320px;
}
