/* scoped: si-blog-BlogHeroSection */

  .blog-hero:where(.si-blog-BlogHeroSection, .si-blog-BlogHeroSection *){
    width: 100%;
    padding: 60px 54px 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .blog-title:where(.si-blog-BlogHeroSection, .si-blog-BlogHeroSection *){
    width: 787px;
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
  }

  .blog-underline:where(.si-blog-BlogHeroSection, .si-blog-BlogHeroSection *){
    width: 80px;
    height: 5px;
    background: #D62121;
    flex-shrink: 0;
  }



  html.is-mobile .blog-hero:where(.si-blog-BlogHeroSection, .si-blog-BlogHeroSection *){
    padding: 40px 24px 24px;
    gap: 16px;
  }

  html.is-mobile .blog-hero .blog-title:where(.si-blog-BlogHeroSection, .si-blog-BlogHeroSection *){
    width: 338px;
    height: 96px;
    font-size: 32px;
    text-align: center;
    color: #000000;
  }

  html.is-mobile .blog-hero .blog-underline:where(.si-blog-BlogHeroSection, .si-blog-BlogHeroSection *){
    width: 80px;
    height: 5px;
  }
