.text-editor-block {
  padding: 0 !important;
}
@media (max-width: 61.9375rem) {
  .text-editor-block {
    width: 100%;
    max-width: 100vw;
  }
}

.text-editor-inner {
  max-width: 62.5rem;
  width: 100%;
  display: block !important;
}
.text-editor-inner p {
  margin: 0 0 1rem 0;
}

.text-editor {
  margin-bottom: 5rem;
}
@media (max-width: 47.9375rem) {
  .text-editor {
    margin: 0 0 1.25rem 0;
  }
}
.text-editor .text-editor-inner {
  padding: 0px 9rem;
}
@media all and (max-width: 1200px) {
  .text-editor .text-editor-inner {
    padding: 0px 6rem;
  }
}
@media (max-width: 61.9375rem) {
  .text-editor .text-editor-inner {
    padding: 0px 3rem;
  }
}
@media (max-width: 47.9375rem) {
  .text-editor .text-editor-inner {
    padding: 0px 1rem;
  }
}