.news-content  h1, .news-content  h2, .news-content  h3, .news-content  h4, .news-content  h5, .news-content  h6 {
    font-weight:300;
}
.news-content  h1 {
    font-size: 40px;
    line-height: 46px;
}

.news-content  h2 {
    font-size: 32px;
    line-height: 40px;
}

.news-content  h3 {
    font-size: 25px;
    line-height: 30px;
}

.news-content  a {
    /* display: inline-block;
    color: white;
    padding: 5px 10px;
    background-color: var(--base-color); */
    text-decoration: underline;
}

.news-content img {
    max-height: 600px;
}
