.news-story h3 {
  margin: 28px 0 10px;
  color: var(--navy);
  font-family: "Newsreader", serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

.news-story figure {
  margin: 22px 0;
}

.news-story figure .story-photo {
  margin-bottom: 8px;
}

.news-story figcaption {
  color: #718492;
  font-size: 0.72rem;
  font-style: italic;
  line-height: 1.45;
  text-align: center;
}

.news-story > div:last-child {
  min-width: 0;
}

.news-story h2,
.news-story h3 {
  text-wrap: pretty;
}

.news-story p {
  text-align: justify;
  text-justify: inter-word;
}

@media (max-width: 700px) {
  .news-story {
    gap: 14px;
    padding: 22px 20px 24px;
  }

  .news-story h2 {
    margin-bottom: 16px;
    font-size: 1.36rem;
    line-height: 1.3;
  }

  .news-story h3 {
    margin-top: 24px;
    font-size: 1.15rem;
    line-height: 1.38;
  }

  .news-story p {
    margin-bottom: 14px;
    font-size: .9rem;
    line-height: 1.75;
    hyphens: none;
  }

  .news-story figure {
    margin: 20px 0 24px;
  }

  .news-story figcaption {
    padding: 0 4px;
    text-align: left;
  }
}
