#page-news {
  padding-bottom: 90px;
}
#page-news .news-item {
  border-top: 1px solid #30455d;
}
#page-news .news-item:last-of-type {
  margin-bottom: 60px;
}
#page-news .news-item:last-of-type {
  border-bottom: 1px solid #30455d;
}
#page-news .news-item a {
  display: block;
  color: #30455d;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
#page-news .news-item a:hover {
  color: #ad9d8f;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
