
  /* Georgian paragraph text font parameters from the provided reference.
     The Walkinto brand span keeps its Latin/English font rendering. */
  html[lang="ka"] body.page #wrapper .content.walkinto-about-page .walkinto-about-new p,
  html[lang="ka"] body.page #wrapper .content.walkinto-about-page .walkinto-about-new p *:not(.walkinto-latin-brand) {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: #555555 !important;
    line-height: 24px !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
  }

  html[lang="ka"] body.page #wrapper .content.walkinto-about-page .walkinto-about-new p .walkinto-latin-brand,
  html[lang="ka"] body.page footer .walkinto-latin-brand {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: #555555 !important;
    line-height: 24px !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
  }
