p, span, a, ul, li {
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 2;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 2;
  -moz-hyphens: auto;
  -moz-hyphenate-limit-chars: auto 2;
  -o-hyphens: auto;
  hyphens: auto;
}
h1,h2,h3,h4,h5 {
-webkit-hyphens: auto;
-ms-hyphens: auto;
-moz-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;


