

/* CSS from section stylesheet tags */
@media (min-width: 976px) {
  .featured-image {
    position:sticky;
    top: 2rem;
    height: fit-content;
  }
}