/* scoped: si-about-AboutLocallyOwnedSection */

  .locally-owned-section:where(.si-about-AboutLocallyOwnedSection, .si-about-AboutLocallyOwnedSection *){
    width: 100%;
    height: 382px;
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-image: url('/bg2.webp');
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
  }

  .content-box:where(.si-about-AboutLocallyOwnedSection, .si-about-AboutLocallyOwnedSection *){
    width: 620px;
    height: 231px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
  }

  .section-title:where(.si-about-AboutLocallyOwnedSection, .si-about-AboutLocallyOwnedSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #272727;
    margin: 0;
  }

  .title-underline:where(.si-about-AboutLocallyOwnedSection, .si-about-AboutLocallyOwnedSection *){
    width: 60px;
    height: 4px;
    background: #D62121;
    flex-shrink: 0;
  }

  .section-desc:where(.si-about-AboutLocallyOwnedSection, .si-about-AboutLocallyOwnedSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #272727;
    margin: 0;
  }



  html.is-mobile .locally-owned-section:where(.si-about-AboutLocallyOwnedSection, .si-about-AboutLocallyOwnedSection *){
    width: 430px;
    height: 382px;
    padding: 80px 40px;
    box-sizing: border-box;
    gap: 12px;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center !important;
  }

  html.is-mobile .locally-owned-section .content-box:where(.si-about-AboutLocallyOwnedSection, .si-about-AboutLocallyOwnedSection *){
    width: 350px;
    height: 234px;
    gap: 27px;
  }

  html.is-mobile .locally-owned-section .section-title:where(.si-about-AboutLocallyOwnedSection, .si-about-AboutLocallyOwnedSection *){
    font-size: 22px;
    text-align: center;
    width: 350px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  html.is-mobile .locally-owned-section .title-underline:where(.si-about-AboutLocallyOwnedSection, .si-about-AboutLocallyOwnedSection *){
    width: 60px;
    height: 4px;
  }

  html.is-mobile .locally-owned-section .section-desc:where(.si-about-AboutLocallyOwnedSection, .si-about-AboutLocallyOwnedSection *){
    font-size: 14px;
    text-align: center;
    line-height: 100%;
  }
