.story {
  color: #051c2c;
  text-align: center;
  padding: 48px 0;
}
.story h1, .story h2, .story h3 {
  font-family: 'Noto Serif', sans-serif;
}
.story h1 {
  font-weight: bold;
  font-style: italic;
  font-size: 3rem;
  line-height: 125%;
  margin-top: 0;
}
.story h2 {
  font-size: 1.5rem;
  line-height: 150%;
}
.story h3 {
  font-weight: bold;
  font-style: italic;
  font-size: 3rem;
  line-height: 125%;
}
.story .story-images {
  padding: 24px 0;
}
.story .story-image {
  padding: 8px 0;
}
.story .story-image img {
  width: 100%;
  vertical-align: middle;
  max-width: 500px;
}
.story p, .story p a {
  font-family: 'Frontage Condensed', Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
}
.story p a {
  color: #00aaa5;
}
.story p a:hover {
  color: #a3d9e7;
}


@media screen and (min-width: 801px) {
  .story .story-images {
    padding: 24px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .story .story-image {
    padding: 0 8px;
  }
}