.news_section p {
  margin: 0;
}

.news_section h3 {
  margin-bottom: 0;
}

.news_item h3 {
  padding-left: 0;
  border-left: 0;
}

.news_item + .news_item {
  margin-top: 20px;
  border-top: #DDD 1px dotted;
}

