.interets-container {
    color: white;
    h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 900;
        color: white;
        font-family: 'DM Sans', Sans-serif, serif;
    }
}

.prestations-title {
    font-weight: 900;
    font-size: 16px;
    font-family: 'DM Sans', Sans-serif,serif;
    color:#212121;
    margin-bottom: 0;
}
.prestations-list-container {
    display: flex;
    gap: 70px;
    margin-top: 8px;
    .first-list {
        padding-left: 15px;
        li {
            color:#212121;
        }
    }
    .second-list {
        li {
            color:#212121;
        }
    }
}
