.notre-accompagnement {
    display: flex;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    background-color: var(--primary);
}

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

.notre-accompagnement-container h3 {
    color: var(--base);
}

.notre-accompagnement-button {
    display: flex;
    justify-content: center;
    height: max-content;
}

.notre-accompagnement-button div {
    border: 1px solid var(--base);
    color: var(--base);
    font-size: 12px;
    text-decoration: none;
    max-width: max-content;
    padding: 4px 12px 4px 12px;
    width: 181px;
    border-radius: 24px;
}

.notre-accompagnement h3 {
    font-family: Noto Serif;
    font-weight: 300;
    font-style: Light;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -4%;
}

.notre-accompagnement-highlight {
    color: #1B6153;
}

.notre-accompagnement-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    /* grid-template-columns: repeat(3, 3fr); */
    width: 100%;
}

.notre-accompagnement-card {
    width: 100%;
    min-width: 200px;
    max-width: 378px;
}

.notre-accompagnement-card h3 {
    font-family: Geist;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -2%;
    color: var(--base);
    text-transform: uppercase;
    margin-top: 30px;
}

.notre-accompagnement-card p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1%;
    color: #07171F;
    margin-top: 25px;
}

.notre-accompagnement-card-image-1 {
    height: 436px;
    border-radius: 8px;
    background-image: url('/assets/notre-accompagnement-1.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.notre-accompagnement-card-image-2 {
    height: 436px;
    border-radius: 8px;
    background-image: url('/assets/notre-accompagnement-2.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.notre-accompagnement-card-image-3 {
    height: 436px;
    border-radius: 8px;
    background-image: url('/assets/notre-accompagnement-3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}