.rss-link {
  padding: 20px 10px;
  text-align: center;
  display: none;
}
.rss-link a {
  display: inline-block;
  padding: 5px 10px;
  background: #333533;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none;
}
.rss-link a:hover,
.rss-link a:focus {
  background: #f5cb5c;
  color: #282828;
}
.home-news .section-header {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 40px;
}
@media screen and (max-width: 900px) {
  .home-news .section-header {
    padding: 0 20px;
  }
}
.home-news .section-header h2 {
  color: #333533;
}
.home-news .news-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .home-news .news-container.single-item .news-item {
    min-height: 25vw;
  }
}
@media screen and (max-width: 900px) {
  .home-news .news-container.single-item .news-item:after {
    background: rgba(245, 203, 92, 0.8);
  }
  .home-news .news-container.single-item .news-item:hover:after,
  .home-news .news-container.single-item .news-item:focus:after {
    background: rgba(245, 203, 92, 0.98);
  }
}
.home-news .news-container.two-items > a {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .home-news .news-container.two-items > a {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .home-news .news-container.two-items .news-item {
    min-height: 20vw;
  }
  .home-news .news-container.two-items .news-item .news-content {
    padding-right: 100px;
  }
  .home-news .news-container.two-items .news-item .news-content .news-title {
    font-size: 30px;
    width: 60%;
  }
  .home-news .news-container.two-items .news-item .news-content .news-date {
    font-size: 20px;
  }
  .home-news .news-container.two-items .news-item .news-content .read-more .fa {
    font-size: 50px;
  }
}
@media screen and (max-width: 900px) {
  .home-news .news-container.two-items .news-item:nth-child(odd):after {
    background: rgba(245, 203, 92, 0.8);
  }
  .home-news .news-container.two-items .news-item:nth-child(odd):hover:after,
  .home-news .news-container.two-items .news-item:nth-child(odd):focus:after {
    background: rgba(245, 203, 92, 0.98);
  }
  .home-news .news-container.two-items .news-item:nth-child(even):after {
    background: rgba(208, 219, 213, 0.8);
  }
  .home-news .news-container.two-items .news-item:nth-child(even):hover:after,
  .home-news .news-container.two-items .news-item:nth-child(even):focus:after {
    background: rgba(208, 219, 213, 0.98);
  }
}
.home-news .news-container .news-left {
  width: 60%;
}
@media screen and (min-width: 900px) {
  .home-news .news-container .news-left .news-item .news-content {
    padding-right: 100px;
  }
  .home-news .news-container .news-left .news-item .news-content .news-title {
    font-size: 30px;
    width: 60%;
  }
  .home-news .news-container .news-left .news-item .news-content .news-date {
    font-size: 20px;
  }
  .home-news .news-container .news-left .news-item .news-content .read-more .fa {
    font-size: 50px;
  }
}
@media screen and (max-width: 900px) {
  .home-news .news-container .news-left .news-item:after {
    background: rgba(245, 203, 92, 0.8);
  }
  .home-news .news-container .news-left .news-item:hover:after,
  .home-news .news-container .news-left .news-item:focus:after {
    background: rgba(245, 203, 92, 0.98);
  }
}
.home-news .news-container .news-right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .home-news .news-container .news-right .news-item:after {
    background: rgba(208, 219, 213, 0.8);
  }
  .home-news .news-container .news-right .news-item:hover:after,
  .home-news .news-container .news-right .news-item:focus:after {
    background: rgba(208, 219, 213, 0.98);
  }
}
@media screen and (max-width: 900px) {
  .home-news .news-container .news-left,
  .home-news .news-container .news-right {
    width: 100%;
  }
}
.home-news .news-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 17vw;
  color: #fff;
  text-decoration: none;
  background: #333533;
}
@media screen and (max-width: 900px) {
  .home-news .news-item {
    color: #1a1b1a;
    min-height: 250px;
  }
}
.home-news .news-item:hover:after,
.home-news .news-item:focus:after {
  background: rgba(51, 53, 51, 0.98);
}
.home-news .news-item:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 53, 51, 0.8);
  z-index: 2;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.home-news .news-item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.home-news .news-item .news-content {
  position: relative;
  z-index: 10;
  padding: 20px 40px;
  padding-right: 80px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .home-news .news-item .news-content {
    padding: 10px 20px;
    padding-right: 60px;
  }
}
.home-news .news-item .news-content > div {
  font-family: "Poppins", sans-serif;
}
.home-news .news-item .news-content .news-title {
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 20px;
}
.home-news .news-item .news-content .news-date {
  font-weight: 500;
  font-size: 15px;
}
.home-news .news-item .news-content .read-more .fa {
  position: absolute;
  right: 40px;
  bottom: 20px;
  color: #f5cb5c;
  font-size: 30px;
}
@media screen and (max-width: 900px) {
  .home-news .news-item .news-content .read-more .fa {
    color: #1a1b1a;
    right: 20px;
    bottom: 10px;
  }
}
.home-news .news-footer {
  text-align: center;
  margin-top: 30px;
}
.home-news .news-footer a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #f5cb5c;
  color: #1a1b1a !important;
  padding: 10px;
  text-decoration: none;
}
.home-news .news-footer a:after {
  content: "\f054";
  font-family: "Fontawesome";
  margin-left: 30px;
  font-size: 24px;
}
.home-news .news-footer a:hover,
.home-news .news-footer a:focus {
  background: #d0dbd5;
}
