.news_box {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 5em;
}
.news_cont {
  border-top: 1px solid #d6d6d6;
  padding: 1.25em 0;
}
.news_date {
  font-size: 18px;
  color: #9f9f9f;
  font-weight: 700;
}
.news_title {
  margin-top: .75em;
}
.news_title a {
  font-size: 18px;
  color: #000;
}
@media (min-width: 1024px) {
  .news_date {
    font-size: 20px;
  }
  .news_title a {
    font-size: 20px;
  }
}