.text-formatted .title,
.text-formatted .subtitle {
  font-family: "Merriweather";
  font-size: 20px;
  font-weight: 800;
  color: #000;
  line-height: 1.25;
  margin-top: 28px;
  margin-bottom: -8px;
}

.cke_questions,
.cke-questions {
  font-family: "Avenir";
  font-weight: 700;
  color: #000;
}
.cke_questions *,
.cke-questions * {
  color: #000;
}

.cke_editable,
body[contenteditable=true] {
  max-width: 730px;
  margin: auto;
  margin-top: 64px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
.cke_editable *,
body[contenteditable=true] * {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

drupal-entity {
  display: inline-block;
  width: 100%;
}

.cke_iframe {
  display: block;
  margin: auto;
}

drupal-media,
.cke_widget_drupalmedia {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

body.see-and-do .title,
body.see-and-do .subtitle {
  color: #B3C431;
}
body.service .title,
body.service .subtitle {
  color: #56BCC7;
}
body.understand .title,
body.understand .subtitle {
  color: #F8AA5C;
}
body.jo-2024 .title,
body.jo-2024 .subtitle {
  color: #F8AA5C;
}
body.no-menu .title,
body.no-menu .subtitle {
  color: #A71930;
}