body .main.news-category {
  margin-bottom: 0;
  padding: 13.6rem 0 7rem;
  background: #fff;
  color: #20251d;
}

.news-category > .news-category__container {
  display: block !important;
  margin-top: 0;
}

.news-category__masthead {
  width: 100%;
  max-width: 108rem;
  margin-bottom: 3.4rem;
}

.news-category__masthead h1 {
  margin: 0;
  color: #1d211a;
  font-size: clamp(3.4rem, 4vw, 5.2rem);
  font-weight: 700;
  letter-spacing: -0.042em;
  line-height: 1.06;
  text-wrap: balance;
}

.news-category__masthead p {
  max-width: 98rem;
  margin: 1.35rem 0 0;
  color: #626b5d;
  font-size: 1.55rem;
  line-height: 1.6;
}

.news-category__layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(30rem, 1fr);
  align-items: start;
  gap: 3rem;
}

.news-category__feed {
  min-width: 0;
}

.news-category__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.news-category__grid .home-news-card--feed {
  min-height: 100%;
}

.news-category__pagination {
  margin-top: 3.2rem;
}

.news-category__empty {
  padding: 4rem;
  border: 1px solid #e1e6dd;
  border-radius: 2.4rem;
  background: #f6f7f4;
}

.news-category__empty h2 {
  margin: 0;
  color: #252b22;
  font-size: 2.4rem;
  line-height: 1.2;
}

.news-category__empty p {
  margin: 1rem 0 0;
  color: #687163;
  font-size: 1.5rem;
  line-height: 1.55;
}

.news-category__seo-content {
  max-width: 96rem;
  margin: 7rem auto 0;
  padding-top: 4rem;
  border-top: 1px solid #e1e6dd;
  color: #50594a;
  font-size: 1.55rem;
  line-height: 1.7;
}

.news-category__seo-content h2,
.news-category__seo-content h3 {
  margin: 3rem 0 1rem;
  color: #272d24;
  line-height: 1.25;
}

.news-category__seo-content h2:first-child,
.news-category__seo-content h3:first-child {
  margin-top: 0;
}

.news-category__seo-content p,
.news-category__seo-content ul,
.news-category__seo-content ol {
  margin: 1rem 0 0;
}

.news-category__seo-content ul,
.news-category__seo-content ol {
  padding-left: 2.2rem;
}

@media only screen and (min-width: 1100px) {
  .news-category__layout .sidebar {
    position: sticky;
    top: 10rem;
    bottom: auto;
    display: block;
    width: 100%;
    max-width: none;
    padding: 0;
    overflow: visible;
    background: transparent;
  }
}

@media only screen and (max-width: 1099px) {
  .news-category__layout {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 680px) {
  body .main.news-category {
    padding: 12rem 0 5rem;
  }

  .news-category__masthead {
    margin-bottom: 2.5rem;
  }

  .news-category__masthead p {
    font-size: 1.5rem;
  }

  .news-category__grid {
    grid-template-columns: 1fr;
  }

  .news-category__empty {
    padding: 2.5rem;
  }

  .news-category__seo-content {
    margin-top: 5rem;
  }
}
