.commitment--title {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 56px;
}

@media screen and (min-width: 992px) {
    .commitment--title {
        gap: 24px;
    }
}

.commitment h2 {
    max-width: 800px;
}

.commitment--wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

@media screen and (min-width: 992px) {
    .commitment--wrapper {
        row-gap: 56px;
    }
}

.commitment--item {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .commitment--item {
        width: calc(50% - 12px);
    }
}

@media screen and (min-width: 992px) {
    .commitment--item {
        width: calc(33.33% - 16px);
    }
}

.commitment--item img {
    height: 240px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 16px;
    border-radius: 16px;
}

@media screen and (min-width: 992px) {
    .commitment--item img {
        margin-bottom: 32px;
    }
}

.commitment--item h4 {
    color: var(--bleu-ciel);
}

.commitment--item p {
    margin-top: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

@media screen and (min-width: 992px) {
    .commitment--item p {
        font-size: 1rem;
    }
}

/*# sourceMappingURL=style.css.map */