/* scoped: si-news-resources-NewsHeroSection */

  .news-hero:where(.si-news-resources-NewsHeroSection, .si-news-resources-NewsHeroSection *){
    width: 100%;
    height: 296px;
    padding: 70px 54px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), url('/NewsHero.jpg');
    background-size: cover;
    background-position: center;
  }

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

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



  html.is-mobile .news-hero:where(.si-news-resources-NewsHeroSection, .si-news-resources-NewsHeroSection *){
    width: 430px;
    height: 193px;
    padding: 70px 54px;
    box-sizing: border-box;
    background-image: url('/20.NewsMOBILE.webp');
    background-size: cover;
    background-position: center;
  }

  html.is-mobile .news-hero .news-title:where(.si-news-resources-NewsHeroSection, .si-news-resources-NewsHeroSection *){
    font-size: 32px;
  }

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