/**
 * Section Problèmes Styles
 */

.section-problemes {
    padding: 96px 0;
}

.section-problemes__text__text {
    margin-top: 16px;
}

.section-problemes__text__text * {
    line-height: 1.4;
    font-family: var(--font-body) !important;
}

.section-problemes__text__text p {
    margin-bottom: 16px;
}

.section-problemes__text__text p:last-of-type {
    margin-bottom: 0;
}

.section-problemes__text__text ul {
    padding-left: 16px;
    margin-bottom: 16px;
}

.section-problemes__text__text ul li {
    list-style: disc;
}