.l-content-editor {
  position: relative;
}
.l-content-editor .s-wysiwyg {
  margin: 0;
  font-size: 1em;
  line-height: 1.75;
  color: #343434;
}
@media (max-width: 991.98px) {
  .l-content-editor .s-wysiwyg {
    margin: 0 20px;
    font-size: 0.875em;
  }
}
.l-content-editor__title-container {
  text-align: center;
  padding: 0 90px;
}
@media (max-width: 1499.98px) {
  .l-content-editor__title-container {
    padding: 0 72px;
  }
}
@media (max-width: 575.98px) {
  .l-content-editor__title-container {
    padding: 0 40px;
  }
}
.l-content-editor__title-container:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #bbc8d7;
  margin: 15px auto 25px;
  display: block;
}
@media (max-width: 1499.98px) {
  .l-content-editor__title-container:after {
    margin: 12px auto 20px;
  }
}
.l-content-editor__title {
  font-size: 2.5em;
  color: #00408e;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1499.98px) {
  .l-content-editor__title {
    font-size: 2em;
  }
}
@media (max-width: 991.98px) {
  .l-content-editor__title {
    font-size: 2em;
  }
}
@media (max-width: 575.98px) {
  .l-content-editor__title {
    font-size: 1.5em;
  }
}