/*.homepage-news-banner
        {
            background-color: #A30000;
        }*/
        .homepage-news-content
        {
            display: flex;
            margin:5px;
            padding:0;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center;
            background-color: #f2f2f2;
        }
        .homepage-news-content div
        {
            justify-content: center;
            align-content: center;
        }
        .homepage-news-header
        {
            margin: 0 5px 0 5px;
            max-width: 400px;
            font-weight: bold;
        }
        .homepage-news-body
        {
            margin: 0 10px 0 10px;
            max-width: 1000px;
        }
        .homepage-news-coa
        {
            margin: 0 5px 0 5px;
            max-width: 200px;
            background-color: #A30000;
            color: #ffffff;
            font-weight:bold;
            text-align: center;
            padding: 5px;
            text-decoration: none;
        }

        .homepage-news-coa a
        {
            color: #ffffff;
            text-decoration: none;
        }