.mt-2 {
    margin-top: 2rem;
}

.mt-4 {
    margin-top: 4rem;
}

.section {
    padding: 20px 80px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.section > h2 {
    margin-bottom: 1rem;
    color: var(--Bleu-dark-Desydel, #1D3261);
    font-family: "Noto Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 23px; /* 95.833% */
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.section > h2 svg {
    margin-top: 20px;
}

.section > div > p {
    margin-top: 1rem;
    padding-top: none;
    color: var(--Bleu-dark-Desydel, #1D3261);
    font-family: "Noto Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 23px; /* 143.75% */
}

.section.last {
    margin-bottom: 80px;
}

@media (max-width: 1024px) {
    .section {
        padding: 20px 20px;
    }
}