.bloc-sous_titre_avec_texte {
    h1, h2, h3, h4, h5, h6 {
        color: var(--couleur-5);
        font-family: Cormorant;
        font-size: 35px;
        font-style: italic;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 25px;
    }
    ul {
        padding-left: 15px;
    }
    p, li {
        color: var(--couleur-4);
        font-family: Gotham;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 125% */
    }
    a {
        color: var(--couleur-5);
        font-family: Gotham;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }
}

@media (max-width: 768px) {
    .bloc-sous_titre_avec_texte {
        h1, h2, h3, h4, h5, h6 {
            margin-bottom: 10px;
        }
    }
}