.news-page__latest-news-title {
  margin-top: 50px;
  font-size: 1.25rem;
  text-align: center;
}
.article-card {
  box-sizing: border-box;
  margin: 4%;
  aspect-ratio: 1.5;
}
.news-page__cards {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
}
@media screen and (orientation: portrait) {
  .news-page__cards {
    grid-template-columns: 100%;
  }
}
/*# sourceMappingURL=news-page.css.map */