/* Blog hero styles */
.blog-hero {
   background: linear-gradient(to bottom right, #1E3057 , #1E3057 , #52A0D8);
}
.blog-hero h1 {
    color: #fff;
    font-family: var(--font-secondary);
    font-weight: 700;
    margin-bottom: 1rem;
}
.blog-hero-intro { max-width: 56rem; }
.text-white-75 { color: rgba(255,255,255,0.85); }

@media (max-width: 575.98px) {
  .blog-hero .row { --bs-gutter-x: 1rem; }
}

