.news-block {
  padding: var(--spacing-20) 0;
}

.news-block-text {
  z-index: 2;
  position: relative;
  max-width: 56ch;
}
.news-block-text h2 {
  font-size: var(--fs-elephant);
  font-weight: 900;
}
.news-block-text p {
  font-size: var(--fs-dog);
}
/*# sourceMappingURL=newsBlock.1770194470976.css.map */