.news-pages {
  background: #f2f4f9;
}
.news-container {
  margin: 2.5rem 0;
  width: 100%;
  background: #fff;
  padding: 2.5rem 12.5rem;
  box-sizing: border-box;
}
.news-container .news-title {
  font-size: 1.25rem;
  color: #2E2E30;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
.news-container .news-info {
  font-size: 1rem;
  color: #787B82;
  letter-spacing: 0;
  line-height: 1rem;
  margin-bottom: 3.75rem;
}
.news-container .news-info .author {
  color: #1F4280;
  margin-right: 1rem;
}
/*# sourceMappingURL=news.css.map */