.rss-link {
  padding: 20px 10px;
  text-align: center;
  display: none;
}
.rss-link a {
  display: inline-block;
  padding: 5px 10px;
  background: #0B132B;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.rss-link a:hover, .rss-link a:focus {
  background: #990D35;
  color: #fff;
}
.home-news {
  background: #0B132B;
  padding: 20px;
}
.home-news .home-news-container {
  max-width: 1200px;
  margin: 0 auto;
}
.home-news .home-news-container .section-header {
  padding: 20px;
  text-align: center;
  color: #fff;
}
.home-news .home-news-container .section-header h2 {
  font-size: 38px;
  line-height: normal;
  margin: 0;
  font-weight: 700;
}
.home-news .home-news-container .news-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .home-news .home-news-container .news-container {
    flex-direction: column;
  }
}
.home-news .home-news-container .news-container .first-article {
  width: 400px;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  .home-news .home-news-container .news-container .first-article {
    width: 100%;
    padding: 0 0 20px 0;
    max-width: 400px;
    margin: 0 auto;
  }
}
.home-news .home-news-container .news-container .first-article .image {
  height: 215px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-news .home-news-container .news-container .first-article .news-content {
  background: #c4def0;
  padding: 15px;
}
.home-news .home-news-container .news-container .first-article .news-content .news-title {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  color: #0B132B;
}
.home-news .home-news-container .news-container .first-article .news-content .news-date {
  font-size: 14px;
  line-height: normal;
  padding: 7px 0;
  font-style: italic;
}
.home-news .home-news-container .news-container .first-article .news-content .news-summary {
  font-size: 14px;
  line-height: normal;
  padding-bottom: 10px;
  height: 45px;
  overflow: hidden;
}
.home-news .home-news-container .news-container .first-article .news-content .read-more {
  font-size: 30px;
  color: #990D35;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.home-news .home-news-container .news-container .first-article .news-content .read-more:hover, .home-news .home-news-container .news-container .first-article .news-content .read-more:focus {
  color: #0B132B;
}
.home-news .home-news-container .news-container.single-article .first-article {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
}
.home-news .home-news-container .news-container .other-articles {
  width: calc(100% - 400px);
  background: #c4def0;
  padding: 20px;
}
@media screen and (max-width: 1200px) {
  .home-news .home-news-container .news-container .other-articles {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  .home-news .home-news-container .news-container .other-articles {
    max-width: 400px;
    padding: 0;
    background: none;
  }
}
.home-news .home-news-container .news-container .other-articles .news-item {
  display: flex;
  flex-wrap: wrap;
}
.home-news .home-news-container .news-container .other-articles .news-item:first-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 800px) {
  .home-news .home-news-container .news-container .other-articles .news-item:first-child {
    border: none;
  }
}
.home-news .home-news-container .news-container .other-articles .news-item:last-child {
  padding-top: 20px;
}
@media screen and (max-width: 800px) {
  .home-news .home-news-container .news-container .other-articles .news-item:last-child {
    padding: 0;
  }
}
.home-news .home-news-container .news-container .other-articles .news-item .image {
  width: 230px;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .home-news .home-news-container .news-container .other-articles .news-item .image {
    width: 100%;
    height: 215px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.home-news .home-news-container .news-container .other-articles .news-item .news-content {
  width: calc(100% - 230px);
  padding-left: 20px;
}
@media screen and (max-width: 800px) {
  .home-news .home-news-container .news-container .other-articles .news-item .news-content {
    width: 100%;
    padding: 15px;
    background: #c4def0;
  }
}
.home-news .home-news-container .news-container .other-articles .news-item .news-content .news-title {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  color: #0B132B;
}
.home-news .home-news-container .news-container .other-articles .news-item .news-content .news-date {
  font-size: 14px;
  line-height: normal;
  padding: 7px 0;
  font-style: italic;
}
.home-news .home-news-container .news-container .other-articles .news-item .news-content .news-summary {
  font-size: 14px;
  line-height: normal;
  padding-bottom: 10px;
  height: 45px;
  overflow: hidden;
}
.home-news .home-news-container .news-container .other-articles .news-item .news-content .read-more {
  font-size: 30px;
  color: #990D35;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.home-news .home-news-container .news-container .other-articles .news-item .news-content .read-more:hover, .home-news .home-news-container .news-container .other-articles .news-item .news-content .read-more:focus {
  color: #0B132B;
}
.home-news .home-news-container .news-footer {
  display: flex;
  padding: 10px;
  justify-content: flex-end;
}
.home-news .home-news-container .news-footer a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  text-decoration: underline;
}
.home-news .home-news-container .news-footer a:hover, .home-news .home-news-container .news-footer a:focus {
  text-decoration: none;
}
