
            /*
                These should be H2's
                or article header h2
                not based on the class
            */
            h2,
            article h2,
            .article-title
            {
                text-transform:uppercase;
                letter-spacing: 0px;
                

                align-items: center!important;
                display: flex!important;
                flex: 0 0 auto;
                width: 91.6666666667%;                

            }

            .article-title-line
            {
                display:block;
                margin-left: 1rem;
                margin-right: 0.75rem;
                -webkit-box-flex: 1;
                flex: 1 1 0%;
                border-bottom:2px solid var(--var-font-color-h2, red);

            }

 