.news-content {
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .news-content {
    padding-inline: 80px;
  }
}

.news-list {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .news-list {
    margin-bottom: 50px;
  }
}
.news-list_item {
  padding-bottom: 24px;
  border-bottom: 1px solid #D9D9D9;
}
.news-list_item:not(:first-child) {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .news-list_item:not(:first-child) {
    margin-top: 32px;
  }
}
.news-list_link {
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .news-list_link {
    flex-direction: column;
  }
}
.news-list_date {
  flex-shrink: 0;
  width: 8em;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  .news-list_date {
    font-size: 1.125rem;
  }
}
.news-list_title {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .news-list_title {
    font-size: 0.9375rem;
  }
}

/*# sourceMappingURL=page-news.css.map */
