
/* .block-text {
  word-wrap: break-word;
  overflow-wrap: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
} */
.block-text.space-small h2 {
  margin-bottom: calc(25px + 14 * (100vw - 320px) / 1120);
}
.block-text ul,
.editor-styles-wrapper .block-text ul,
.block-text ol,
.editor-styles-wrapper .block-text ol {
  min-height: 0vw;
  margin-top: calc(25px + 14 * (100vw - 320px) / 1120);
  margin-bottom: calc(25px + 14 * (100vw - 320px) / 1120);
  padding-left: 12.5%;
  list-style: none;
}
.block-text li,
.editor-styles-wrapper .block-text li {
  min-height: 0vw;
  margin-bottom: calc(25px + 14 * (100vw - 320px) / 1120);
}
.block-text li:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .block-text .text * {
  margin-top: 0;
}
.block-text .text > *:first-child {
  margin-top: 0;
}
.block-text .text > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.9px){
  .block-text ul,
  .editor-styles-wrapper .block-text ul,
  .block-text ol,
  .editor-styles-wrapper .block-text ol {
    padding-left: 10%;
  }
}