.blog-list-section {
  padding: var(--space-section) 0;
  background: #eaf5f8;
}

.blog-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(89, 223, 247, .24), transparent 34%),
    linear-gradient(135deg, #020b15, #061827);
}
