.news__wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.news__empty {
  text-align: center;
}

.news-post:not(:first-child) {
  padding-top: 3rem;
  margin-top: 2.75rem;
  position: relative;
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 991.98px) {
  .news-post:not(:first-child) {
    padding-top: 2rem;
    margin-top: 1.75rem;
  }
}
.news-post__poster {
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .news-post__poster {
    margin-bottom: 1rem;
  }
}
.news-post__poster a {
  display: block;
  text-decoration: none;
}
.news-post__poster a:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-2px) scale(1.01);
          transform: translateY(-2px) scale(1.01);
}
.news-post__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1;
}
@media (max-width: 991.98px) {
  .news-post__title {
    font-size: 1.75rem;
  }
}
.news-post__title a {
  color: inherit;
  text-decoration: none !important;
}
.news-post__title a:hover {
  color: #5F2C8A;
}
.news-post__description {
  margin-top: 1rem;
  line-height: 160%;
}
@media (max-width: 991.98px) {
  .news-post__description {
    margin-top: 0.75rem;
  }
}
.news-post__description > *:last-child {
  margin-bottom: 0 !important;
}
.news-post__details {
  margin-top: 1rem;
  font-size: 1.125rem;
}
.news-post__details a {
  color: #5F2C8A !important;
  display: inline-block;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(95, 44, 138, 0.5);
}