    /* :root {
    --textMheightT: var(--titleXXSheightT);
    --textMtopT: var(--titleXXStopT);
    --textMbottomT: var(--titleXXSbottomT);        

    --textSheightT: var(--titleXXXSheightT);
    --textStopT: var(--titleXXXStopT);
    --textSbottomT: var(--titleXXXSbottomT);
    } */


    @media only screen and (min-width: 992px){
        :root{
            --titleXStextS: 20px;
        }
    }