.category-list {

    h4 {
        font-weight: normal;
        font-size: 12pt;

        a {
            color: var(--brand-grey-light);
        }
    }

    .article__category {
        text-transform: uppercase;
        font-size: 8pt;
        padding-bottom: 10px;

        a {
            color: var(--brand-green);
            font-weight: bold;
        }
    }
}