#cs-garanties-wrapper {
    padding: 6.8rem 0 8rem 0;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.07), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

#cs-garanties {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}

#cs-garanties>div {
    max-width: 20rem;
    text-align: center;
}

.cs-garantie-icone {
    margin-bottom: 2rem;
}

.cs-garantie-icone img {
    max-height: 7rem;
}

.cs-garantie-title {
    color: black;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2rem;
}