/* ===== BLOG.CSS - Story listing and single story ===== */

.blogs-header {
  margin-bottom: 28px;
}

.blogs-header h1 {
  margin-bottom: 8px;
}

.story-header {
  margin-bottom: 24px;
}

.story-header h1 {
  font-size: 2rem;
  line-height: 1.35;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .story-header h1 {
    font-size: 1.65rem;
  }
}

@media (min-width: 1024px) {
  .story-header h1 {
    font-size: 2.15rem;
  }
}
