/* Desativar quebra com hífen em títulos e textos */
body,
h1, h2, h3, h4, h5, h6,
p,
.field--name-body,
.node__content {
  hyphens: none !important;
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}