.mjg_block_text pre, .mjg_block_text p{
        text-align:center;
        margin-top:{{dimensions.top}}px;
        margin-bottom:{{dimensions.bottom}}px;
        color: var( --e-global-color-secondary );
        font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
        font-weight: var( --e-global-typography-text-font-weight );
        font-size: 22px;
        overflow-x: unset;
        line-height: 26px;
    }