.related-article,
.related-article-block {
  border: 1px solid #000000;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
.related-article a,
.related-article-block a {
  display: grid;
  grid-template-columns: 40% auto;
  text-decoration: none;
}
.related-article a:hover,
.related-article-block a:hover {
  text-decoration: none;
}
.related-article .text-wrapper,
.related-article-block .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.5rem;
}
.related-article .text-wrapper span.eyebrow,
.related-article-block .text-wrapper span.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  color: #607E5F;
  font-size: 0.75rem;
  line-height: 1.3;
}
.related-article .text-wrapper .related-article-title,
.related-article-block .text-wrapper .related-article-title {
  color: #000000;
  font-size: 1.5rem;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  line-height: 1;
}
.related-article .text-wrapper span.read-more,
.related-article-block .text-wrapper span.read-more {
  display: inline-block;
  text-decoration: underline;
  text-transform: capitalize;
  color: #000000;
  font-size: 1rem;
  line-height: 2;
}

/*# sourceMappingURL=related-article.css.map */
