﻿section {
    --colonnage: 2 / -2;

    & > div {
        display: flex;
        flex-direction: column;
        gap: var(--baseline);

        & > p:first-of-type {
            font-size: var(--taille_typo_grande);
            line-height: var(--hauteur-ligne_grande);
        }
    }
}
