section.titre-texte-en-dessous{
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    color: #003B5C;
    grid-gap: 30px;
}

section.titre-texte-en-dessous.enlever-marges{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

section.titre-texte-en-dessous h2{
    font-family: 'Cormorant Garamond';
    font-weight: 400;
    font-size: 28px;
    line-height: 110.00000000000001%;
    text-transform: uppercase;
    color: var(--canard);
}

section.titre-texte-en-dessous div{
    font-family: 'Lora';
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    color: var(--canard-mid);
}

@media screen and (min-width: 992px) {
    section.titre-texte-en-dessous {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    section.titre-texte-en-dessous h2{
        font-size: 38px;
    }

    section.titre-texte-en-dessous div{
        font-size: 14px;
    }
}