


    .testmonial-large {
        border:0px solid red;
        color: #333;
        Xdisplay: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        Xmargin-top: var(--var-font-m-b-article-opening-small, 1.5em);
        margin-top:150px;
        margin-bottom: var(--var-font-m-b-article-opening-small, 1.5em);
        xfont-family: 'Special Elite', cursive;
        color: var(--var-font-color-h5,red);
        xmargin-bottom: 250px;   /* make this vh with a minimum */
        margin-bottom: 20vh;
    }

    /*
        This is a hack
        todo: solve it later
    */
    section .testmonial-large:first-child
    {
        margin-top:50px;
    }


    .testmonial-large blockquote {
        position: relative;

        padding: 0.5rem;
        margin: 0px 0px 2rem 0px;

        font-family: var(--var-font-family-override-cursive);
        xfont-weight: 100;
        xfont-size: 2rem;
        font-size: var(--var-font-size-h4);
        xline-height: 1.4;
        color: var(--var-font-color-p,red);
    }




    .testmonial-large blockquote:before, 
    .testmonial-large blockquote:after 
    {
        position: absolute;
        width: 0.5em;
        height: 1em;
        color: #eee;    /* change this down the line */
        font-size: calc( var(--var-font-size-h3, 3rem) * 2 );
        xbackground-color:red;
        color: var(--colour-tw-neutral-200, green);
    }    


    .testmonial-large blockquote:before {
        content: '“';
        left: -3 rem;
        top: -2.5rem;

        top: calc( var(--var-layout-quote-movement) * -0.5);
        left: calc( var(--var-layout-quote-movement) * -1);

    }

    .testmonial-large blockquote:after {
        content: '”';
        bottom: 1rem;
        right: -4rem;

        bottom: calc( var(--var-layout-quote-movement) * -0.5);
        right: calc( var(--var-layout-quote-movement) * -0.6);

        xbackground-color:red;


    }



    .testmonial-large cite {
        xfont-family: 'Special Elite', cursive;
        line-height: 2;
        text-align: left;
        font-weight: bold;
        font-size: 2rem;
        font-size: var(--var-font-size-h4);
        margin-bottom: 0.5rem;
        color: var(--var-font-color-h5,red);
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    .testmonial-large p
    {
        font-size: var(--var-font-size-p);
        color: var(--var-font-color-p,red);
        color: var(--colour-tw-neutral-500);
    }

