/*
CODFIX Services Typography v5.16.1
Scope: /services and /services/* only
*/
html.cfx-services-typography-page .cfx-services-title-reduced{
  font-size:var(--cfx-services-reduced-font-size)!important;
}
html.cfx-services-typography-page main h1.cfx-services-title-reduced{line-height:1.18!important}
html.cfx-services-typography-page main h2.cfx-services-title-reduced{line-height:1.24!important}
html.cfx-services-typography-page main h3.cfx-services-title-reduced,
html.cfx-services-typography-page main h4.cfx-services-title-reduced{line-height:1.32!important}
html.cfx-services-typography-page main :is(h1,h2,h3,h4).cfx-services-title-reduced{
  max-width:100%;overflow-wrap:anywhere;word-break:normal;
}
@media(max-width:640px){
  html.cfx-services-typography-page main :is(h1,h2,h3,h4).cfx-services-title-reduced{
    max-width:100%;text-wrap:balance;
  }
}
