html[lang="pt-BR"] *,
html[lang="pt"] *,
body * {
  hyphens: none !important;
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;

  word-break: normal !important;
  overflow-wrap: normal !important;
  word-wrap: normal !important;
}