.featured-content {
  background-color: var(--gt-light-blue); }
  .featured-content img {
    width: 100%; }
  .featured-content .field--name-field-date {
    font-size: var(--fs-label);
    color: var(--gt-md-grey); }

.featured_content__body {
  padding: var(--sp-medium); }

h2.featured-content__label {
  font-size: var(--fs-body);
  font-family: var(--font-roboto-slab);
  font-weight: 700;
  color: var(--gt-gray-matter);
  margin-top: 1rem; }

h3.featured-content__title {
  line-height: 1.25;
  font-size: var(--fs-heading); }

.featured-content h3.featured-content__title a, .featured-content h3.featured-content__title a:link {
  text-decoration: none;
  font-weight: 700;
  color: var(--gt-navy); }
