.tlg-color-words{
    --tlg-pine: var(--Colour-Brand-Pine-Green, #033600);
    --tlg-pale: var(--Colour-Brand-Pale-Green, #CCCDAF);
    --tlg-h2-size: var(--Typography-Size-H2, 56px);
  }
  
  .tlg-color-words .tlg-cwords{
    font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: var(--tlg-h2-size);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -2.24px;
    word-wrap: break-word;
  }
  
  .tlg-cwords .tlg-cw-word{
    display:inline-block;
    will-change: color, transform;
  }

  @media (max-width: 767px) { 
    .tlg-color-words .tlg-cwords {
        font-size: var(--Typography-Size-H2, 40px) !important;
        letter-spacing: -1.6px !important;
    }
  }