/* @media screen and (min-width: 769px) {
  .news {
    padding: 3.125rem !important;
  }
} */

/* .news {
  background: #fff;
} */

/* .top {
  border-bottom: 3px solid #e91e79;
  background: linear-gradient(transparent 0%, hsla(333, 82%, 52%, 0.15) 100%);
} */

/* .news.top h2 {
  text-align: center;
  color: #e91e79;
} */

/* .news-items {
  border-bottom: none;
} */

.news-item {
  display: block;
  padding-top: 0.625rem;
  border-top: 1px solid #ddd;
}

@media screen and (min-width: 769px) {
  .news-item {
    display: flex;
  }
}

.news-item:last-child {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.625rem;
}

@media screen and (min-width: 769px) {
  .news-post {
    max-width: 100%;
  }
}
