/* scoped: si-private-instruction-PrivatePhillySection */

  .philly-section:where(.si-private-instruction-PrivatePhillySection, .si-private-instruction-PrivatePhillySection *){
    width: 100%;
    height: 354px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px;
    box-sizing: border-box;
  }

  .philly-content:where(.si-private-instruction-PrivatePhillySection, .si-private-instruction-PrivatePhillySection *){
    width: 620px;
    height: 194px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
  }

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

  .philly-underline:where(.si-private-instruction-PrivatePhillySection, .si-private-instruction-PrivatePhillySection *){
    width: 60px;
    height: 4px;
    background: #D62121;
    flex-shrink: 0;
  }

  .philly-text:where(.si-private-instruction-PrivatePhillySection, .si-private-instruction-PrivatePhillySection *){
    width: 460px;
    height: 70px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #272727;
    margin: 0;
  }

  .philly-text strong:where(.si-private-instruction-PrivatePhillySection, .si-private-instruction-PrivatePhillySection *){
    font-weight: 700;
  }



  html.is-mobile .philly-section:where(.si-private-instruction-PrivatePhillySection, .si-private-instruction-PrivatePhillySection *){
    height: auto;
    padding: 60px 40px;
  }

  html.is-mobile .philly-content:where(.si-private-instruction-PrivatePhillySection, .si-private-instruction-PrivatePhillySection *){
    width: 100%;
    height: auto;
    gap: 20px;
    align-items: center;
  }

  html.is-mobile .philly-title:where(.si-private-instruction-PrivatePhillySection, .si-private-instruction-PrivatePhillySection *){
    font-size: 22px;
    text-align: center;
  }

  html.is-mobile .philly-text:where(.si-private-instruction-PrivatePhillySection, .si-private-instruction-PrivatePhillySection *){
    width: 100%;
    height: auto;
    text-align: center;
  }
