.chiffres-cles {
    display: flex;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #F6F2E8;
}

.chiffres-cles-container {
    max-width: var(--max-width);
    width: 100%;
    display: grid;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.chiffres-cles-button {
    display: flex;
    justify-content: center;
}

.chiffres-cles-button div {
    border: 1px solid #16231B29;
    color: #91764B;
    font-size: 12px;
    text-decoration: none;
    max-width: max-content;
    padding: 4px 12px 4px 12px;
    width: 181px;
    border-radius: 24px;
}

.chiffres-cles-container h3 {
    font-family: Noto Serif;
    font-weight: 300;
    font-style: Light;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -4%;
    color: #393126;
    text-align: center;
}

.chiffres-cles-container p {
    font-family: Geist;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #1B6153;
}

.chiffres-cles-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.chiffres-cles-card {
    display: grid;
    justify-content: center;
    /* width: 100%; */
    width: 280px;
    height: 445px;
    background-color: #ECE7D9;
    border-radius: 8px;
}

.chiffres-cles-card h3 {
    text-align: start;
    font-family: Noto Serif;
    font-weight: 300;
    font-style: Light;
    font-size: 50px;
    line-height: 58px;
    letter-spacing: -4%;
    color: #57472D;
}

.chiffres-cles-card p {
    font-family: Geist;
    font-weight: 300;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-align: start;
    color: #57472D;
}

.chiffres-cles-card img {
    margin-top: 30px;
}

.chiffres-cles-card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
