.news-wrapper {
  display: flex;
}
.news-wrapper .content .title h1,
.news-wrapper .content .title h2 {
  font-size: 2.75rem;
  color: var(--purple-dark);
  font-weight: 500;
}
.news-wrapper .news-content p {
  margin-bottom: 0px;
}
.news-wrapper .news-content {
  margin: 2rem 0rem;
}
.news-wrapper .donate-btn {
  background-color: var(--purple-dark);
  border: none;
  margin-top: 2rem;
}
.news-wrapper .donate-btn a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 0.5rem 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) {
}
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
}
@media only screen and (min-width: 320px) and (max-width: 992px) and (orientation: landscape) {
}
@media only screen and (min-width: 250px) and (max-width: 767px) and (orientation: portrait) {
  .news-wrapper {
    flex-direction: column;
    padding: 0rem 2rem;
    text-align: justify;
  }
}
