.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  margin: 0;
  padding: 0;
}
.editor-styles-wrapper h2 {
  background: #C1A87D;
  color: #FFFFFF;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .editor-styles-wrapper h2 {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 14px;
    padding: 3px 5% 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .editor-styles-wrapper h2 {
    font-size: 30px;
    line-height: 166.6666666667%;
    margin-bottom: 41px;
    padding: 4px 21px 7px;
  }
}
.editor-styles-wrapper h3 {
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .editor-styles-wrapper h3 {
    font-size: 21px;
    line-height: 152.380952381%;
    margin-bottom: 9px;
    padding: 0 5% 0;
  }
}
@media print, screen and (min-width: 768px) {
  .editor-styles-wrapper h3 {
    font-size: 26px;
    line-height: 165.3846153846%;
    margin-bottom: 13px;
  }
}
.editor-styles-wrapper h4 {
  position: relative;
  font-weight: 800;
}
.editor-styles-wrapper h4::before {
  content: "";
  position: absolute;
  background: #C1A87D;
  border-radius: 9999px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .editor-styles-wrapper h4 {
    font-size: 19px;
    line-height: 157.8947368421%;
    margin-bottom: 29px;
    padding: 0px 5% 0 calc(5% + 20px);
  }
  .editor-styles-wrapper h4::before {
    top: 10px;
    left: calc(5% + 4px);
    height: 13px;
    width: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .editor-styles-wrapper h4 {
    font-size: 22px;
    line-height: 172.7272727273%;
    margin-bottom: 13px;
    padding: 0 0 0 22px;
  }
  .editor-styles-wrapper h4::before {
    top: 12px;
    left: 5px;
    height: 14px;
    width: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .editor-styles-wrapper p {
    font-size: 16px;
    line-height: 175%;
    margin-bottom: 28px;
    padding: 0 5%;
  }
}
@media print, screen and (min-width: 768px) {
  .editor-styles-wrapper p {
    font-size: 18px;
    margin-bottom: 76px;
  }
}