/* scoped: si-service-area-pottstown-PottstownCommunitySection */

  .community-section:where(.si-service-area-pottstown-PottstownCommunitySection, .si-service-area-pottstown-PottstownCommunitySection *){
    width: 100%;
    height: 472px;
    padding: 80px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
  }

  .community-bg:where(.si-service-area-pottstown-PottstownCommunitySection, .si-service-area-pottstown-PottstownCommunitySection *){
    position: absolute;
    inset: 0;
    background-image: url('/love%20for%20pottstown%20bg.webp');
    background-size: cover;
    background-position: center;
    z-index: 0;
  }

  .community-content:where(.si-service-area-pottstown-PottstownCommunitySection, .si-service-area-pottstown-PottstownCommunitySection *){
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .community-title:where(.si-service-area-pottstown-PottstownCommunitySection, .si-service-area-pottstown-PottstownCommunitySection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #272727;
    margin: 0;
    width: 620px;
  }

  .community-underline:where(.si-service-area-pottstown-PottstownCommunitySection, .si-service-area-pottstown-PottstownCommunitySection *){ width: 60px; height: 4px; background: #D62121; flex-shrink: 0; }

  .community-intro:where(.si-service-area-pottstown-PottstownCommunitySection, .si-service-area-pottstown-PottstownCommunitySection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #272727;
    margin: 0;
    width: 496px;
  }




  html.is-mobile .community-section:where(.si-service-area-pottstown-PottstownCommunitySection, .si-service-area-pottstown-PottstownCommunitySection *){
    height: auto;
    padding: 80px 40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    align-items: center;
    justify-content: center;
  }

  html.is-mobile .community-content:where(.si-service-area-pottstown-PottstownCommunitySection, .si-service-area-pottstown-PottstownCommunitySection *){
    width: 100%;
    gap: 20px;
    align-items: center;
  }

  html.is-mobile .community-title:where(.si-service-area-pottstown-PottstownCommunitySection, .si-service-area-pottstown-PottstownCommunitySection *){
    font-size: 22px;
    width: 100%;
    text-align: center;
  }

  html.is-mobile .community-underline:where(.si-service-area-pottstown-PottstownCommunitySection, .si-service-area-pottstown-PottstownCommunitySection *){
    width: 60px !important;
    height: 4px !important;
    flex-shrink: 0;
  }

  html.is-mobile .community-intro:where(.si-service-area-pottstown-PottstownCommunitySection, .si-service-area-pottstown-PottstownCommunitySection *){
    width: 100%;
    text-align: center;
  }
