.news_container .article:hover {
  border: solid 5px #588e67;
}
.news_container .article > .title {
  font: 20px/30px "FreeroadRegular";
}
.news_container .article > .title:hover {
  color: #588e67;
}
.news_container .article > .date {
  font: 10px/20px "FreeroadRegular";
  color: #56a28c;
}
.article_wrapper .useful_content {
  left: 50%;
  margin-left: -500px;
}
.article_wrapper .useful_content .article_content > h1 {
  font: 40px "FreeroadRegular";
}
.article_wrapper .useful_content .article_content .article_date {
  color: #56a28c;
}
