/**
 * Main style of news templates
 */

.news_text_box .opt_title::before {
    content: '“';
}
.news_text_box .opt_title::after {
    content: '”';
}
.news_date {
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: min(max(.6rem, .1vw), .9rem);
}   