/* scoped: si-service-area-west-chester-WestChesterAboutSection */

  .about-section:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){
    width: 100%;
    height: 628px;
    padding: 80px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: 80px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #FFFFFF;
  }

  .about-left:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){ flex-shrink: 0; }
  .about-img:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){ width: 634px; height: 468px; border-radius: 8px; object-fit: cover; display: block; }
  .about-right:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){ flex-shrink: 0; }

  .right-box:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){ width: 620px; height: 405px; display: flex; flex-direction: column; gap: 32px; justify-content: center; margin-top: 32px; }
  .about-block:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){ display: flex; flex-direction: column; gap: 10px; }

  .block-title:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){ font-family: 'Afacad', sans-serif; font-weight: 700; font-size: 40px; line-height: 100%; text-transform: uppercase; margin: 0; }
  .block-title--red:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){ color: #D62121; }
  .block-title--dark:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){ color: #272727; }
  .block-title--sub:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){ font-size: 24px; color: #272727; display: block; margin-top: -6px; }

  .block-underline:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){ width: 60px; height: 4px; flex-shrink: 0; }
  .block-underline--red:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){ background: #D62121; }
  .block-underline--dark:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){ background: #272727; }

  .block-body:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){ font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 14px; line-height: 140%; color: #272727; margin: 0; }

  .block-list:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){ font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 14px; line-height: 160%; color: #272727; margin: 0; padding-left: 18px; list-style: disc; }

  .block-link:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){ color: #D62121; text-decoration: underline; text-underline-offset: 2px; }
  .block-link:hover:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){ opacity: 0.8; }



  html.is-mobile .about-section:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){
    height: auto;
    padding: 80px 0 0;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  html.is-mobile .about-right:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){
    width: 332px;
    order: 1;
  }

  html.is-mobile .right-box:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){
    width: 332px;
    height: auto;
    gap: 32px;
    justify-content: flex-start;
    margin-top: 0;
    padding-bottom: 40px;
  }

  html.is-mobile .block-title:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){
    font-size: 22px;
  }

  html.is-mobile .block-title--sub:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){
    font-size: 16px;
  }

  html.is-mobile .block-underline--dark:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){
    margin-top: 8px;
    margin-bottom: 8px;
  }

  html.is-mobile .block-body:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){
    width: 100% !important;
  }

  html.is-mobile .about-left:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){
    width: 434px;
    order: 2;
    flex-shrink: 0;
  }

  html.is-mobile .about-img:where(.si-service-area-west-chester-WestChesterAboutSection, .si-service-area-west-chester-WestChesterAboutSection *){
    width: 434px;
    height: 302px;
    border-radius: 0;
  }
