/**
 * News single view
 */
.news-single .article .news-text-wrap {
  text-align: justify;
}

.news-single .article .header {
  padding-bottom: 25px;
}

/**
 * News list view
 */
.news-list-view .article + .article {
  margin-top: 65px;
}

.news-list-view .article .header {
  text-transform: uppercase;
  margin-top: 15px;
}

.news-list-view .title a {
  font-size: 18px;
  color: #0059a3;
}
