/* =========================================
   NEWS ARTICLE MODAL
========================================= */

.news-article {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
}

.news-article p {
    margin-bottom: 1.4rem;
}

.news-article strong {
    color: #222;
}

.news-card h3 {
    line-height: 1.4;
}