.after-faq-section {
    background-color: #ffffff;
    padding: 96px 0;
}

.after-faq-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.titre_sous_la_faq * {
    font-family: "EightiesComeback-Bold";
    font-size: 28px;
    color: #061AAF;
    text-align: center;
}

.texte_sous_la_faq {
    text-align: center;
    margin: 32px auto;
    max-width: 900px;
}

.texte_sous_la_faq p {
    font-family: "Moderat-Light";
    font-size: 18px;
    line-height: 1.4;
}

.texte_sous_la_faq a,
.texte_sous_la_faq a:visited {
    color: #1C45F5;
    text-decoration: underline;
    font-family: "Moderat-Regular";
}
