.related_stories {
  position: relative;
  width: 100%;
  background-color: var(--background-color);
  margin-top: -20px;
}

.related_stories h2.section_title {
  margin: 2rem 0 1rem 2.5rem;
}

@media all and (max-width: 896px) and (orientation: portrait) {
  .related_stories h2.section_title {
    margin: 2rem 0 1rem 0.9rem;
  }
}
