.news-page {
  overflow-wrap: anywhere;
}

.news-directory {
  width: calc(100% - 2 * var(--page-gutter));
  max-width: var(--content-max);
  margin: 0 auto 160px;
  min-width: 0;
}

.news-directory__breadcrumbs.breadcrumbs {
  margin-top: 30px;
}

.news-directory__title {
  margin: 40px 0 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.01;
  letter-spacing: -0.04em;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.news-directory__title-muted {
  color: var(--color-muted);
}

@media (max-width: 767px) {
  .news-directory {
    margin-bottom: 90px;
  }

  .news-directory__breadcrumbs.breadcrumbs {
    margin-top: 20px;
  }

  .news-directory__title {
    margin-top: 40px;
    font-size: 24px;
  }

}
