.text-formatted,
.cke_editable {
  position: relative;
}
.text-formatted .custom-h2,
.cke_editable .custom-h2 {
  position: relative;
  display: block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  color: #1E2643;
  width: 100%;
  max-width: 930px;
  margin: auto;
  font-size: calc(22px + 4 * (100vw - 768px) / 672);
}
@media screen and (max-width: 980px) {
  .text-formatted .custom-h2,
.cke_editable .custom-h2 {
    font-size: calc(18px + 2 * (100vw - 375px) / 393);
    text-align: justify;
  }
}
.text-formatted a,
.cke_editable a {
  text-decoration: underline;
}

.color-yellow {
  color: #FDBE00 !important;
}