body.home .news-item {
  background: #1E1E1E;
  margin-bottom: 16px;
  padding-right: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: left;
  border: 1px solid #393d42;
  border-left: 3px solid #c2a940;
}
body.home .news-item h3 {
  text-align: left;
  font-family: 'Philosopher';
  border-radius: 3px;
  padding: 0;
  margin: 7px 0 7px 10px;
  font-size: 18px;
}
body.home .news-item h3 a,
body.home .news-item h3 a:visited,
body.home .news-item h3 a:hover {
  color: #f5f5f5;
}
body.home .news-item h3::after {
  display: none;
}
body.home .news-item .content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
body.home .news-item .content div {
  flex-grow: 1;
  width: 100px;
}
body.home .news-item .image {
  display: block;
  background-size: cover;
  border-top-right-radius: 3px;
  background-position: 50% 50%;
  width: 100px;
  min-height: 70px;
  content: '';
  margin-right: 10px;
}
body.home .news-item p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 7px;
}
body.home .news-item .more {
  white-space: nowrap;
  position: static;
}
body.home .news-item a.button {
  background: #717f44;
  border-color: #5a6636;
}
@media screen and (max-width: 509px) {
  body.home .news {
    margin-bottom: 20px;
  }
  body.home .news h1 {
    padding-top: 0px;
  }
}
