.news-block .news-item {
  border-bottom: 1px solid var(--color-gray);
  font-size: 2.5rem;
  padding: 5rem 0;
}

.news-block .content {
  align-items: center;
  justify-content: center;
}
.news-block .content,
.news-block .content p {
  font-size: 1.875rem;
}
.news-block .content p:last-child {
  margin-bottom: 0;
}

.news-block .news-item .item-heading:not(:only-child) {
  margin-bottom: 2.5rem;
}
.news-block .news-item .item-title,
.news-block .news-item .item-date {
  display: inline-block;
  width: fit-content;
}
.news-block .news-item .item-date {
  font-weight: 800;
  margin-right: 1rem;
}


@media all and (max-width: 1439px) {
  .news-block .content,
  .news-block .content p {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1199px) {
  .news-block .news-item {
    font-size: 1.875rem;
  }
  .news-block .content,
  .news-block .content p {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 639px) {
  .news-block .news-item {
    font-size: 1.5rem;
    padding: 2rem 0;
  }
  .news-block .news-item .item-date {
    display: block;
    margin: 0 auto;
  }
  .news-block .content,
  .news-block .content p {
    font-size: 1.125rem;
  }
}
