/* Long-form blog article layout (Business Consultancy content) */
.blog-article-section .blog-article {
  max-width: 820px;
  margin: 0 auto;
}
.blog-article__hero {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  line-height: 0;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}
.blog-article__hero img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.blog-article .lead {
  font-size: 1.125rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}
.blog-article h2.h4 {
  color: var(--theme-color-black, #111);
  font-weight: 600;
}
.blog-article p {
  line-height: 1.75;
  margin-bottom: 1rem;
  color: #333;
}
