/* @group Related Stories
------------------------------------ */
.related-stories { margin: 0 0 3.6rem; overflow: hidden; }
.related-stories article { margin-bottom: 6.7rem }
.related-stories h4 { color: var(--timeline-text); font-size: 2.4em; font-weight: 500; letter-spacing: 3.84px; line-height: 1.5em; margin: 0 0 6rem; }
.related-stories h4 em { display: block; font-weight: 400; }

@media only screen
and (min-width : 961px) {
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
     
}

/* @end */
