.news-node .news-post-details  {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #444444;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
}

.news-node .news-post-details .news-node-author {
    color: #fe533d;
}

.news-node .news-post-details .news-node-date {
    color: #cea05f;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}

.news-node h1 a{
    color: #151c32;
    font-family: "Libre Baskerville";
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 24px;
    text-decoration: none;
}

.news-node .news-node-content-body {
    margin-top: 30px;
}

.news-node .news-node-content-body p {
    text-align: justify;
}