.default_content {
  margin: 60px 0;
}
@media (max-width: 599px) {
  .default_content {
    margin: 40px 0;
  }
}
.default_content .wrapper {
  font-size: 14px;
  font-weight: 500;
}
.default_content .wrapper > * {
  margin: 1em 0;
}
.default_content .wrapper > *:first-child {
  margin-top: 0;
}
.default_content .wrapper > *:last-child {
  margin-bottom: 0;
}
.default_content .wrapper a {
  color: var(--accent-color);
  text-decoration: underline;
}
.default_content .wrapper ul, .default_content .wrapper ol {
  padding-left: 1.5em;
}
.default_content .wrapper ul ::marker, .default_content .wrapper ol ::marker {
  color: var(--accent-color);
}
.default_content .wrapper h1, .default_content .wrapper h2, .default_content .wrapper h3, .default_content .wrapper h4, .default_content .wrapper h5 {
  font-weight: 700;
  line-height: 1.25;
  margin: 1.5em 0 0.5em !important;
}
.default_content .wrapper h1 {
  font-size: 24px;
}
.default_content .wrapper h2 {
  font-size: 20px;
}
.default_content .wrapper h3 {
  font-size: 18px;
}
.default_content .wrapper h4 {
  font-size: 16px;
}
.default_content .wrapper h1.section_title {
  font-weight: 800;
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 599px) {
  .default_content .wrapper h1.section_title {
    font-size: 24px;
  }
}
.default_content .wrapper .wp-block-quote {
  margin: 32px 0;
  width: 100%;
  max-width: 780px;
  padding: 12px 24px 12px 80px;
  border-radius: 8px;
  background-color: #E8F0FE;
  border: 1px solid #cad8ec;
  background-image: url('data:image/svg+xml,<svg height="200px" width="200px" version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve" fill="%232882FC" transform="rotate(180)"><path class="st0" d="M119.472,66.59C53.489,66.59,0,120.094,0,186.1c0,65.983,53.489,119.487,119.472,119.487 c0,0-0.578,44.392-36.642,108.284c-4.006,12.802,3.135,26.435,15.945,30.418c9.089,2.859,18.653,0.08,24.829-6.389 c82.925-90.7,115.385-197.448,115.385-251.8C238.989,120.094,185.501,66.59,119.472,66.59z"></path><path class="st0" d="M392.482,66.59c-65.983,0-119.472,53.505-119.472,119.51c0,65.983,53.489,119.487,119.472,119.487 c0,0-0.578,44.392-36.642,108.284c-4.006,12.802,3.136,26.435,15.945,30.418c9.089,2.859,18.653,0.08,24.828-6.389 C479.539,347.2,512,240.452,512,186.1C512,120.094,458.511,66.59,392.482,66.59z"></path></svg>');
  background-position: top 8px left 24px;
  background-size: 28px;
  background-repeat: no-repeat;
  font-weight: 600;
}
@media (max-width: 599px) {
  .default_content .wrapper .wp-block-quote {
    margin: 24px 0;
    padding: 12px 16px 12px 60px;
    background-position: top 8px left 16px;
  }
}
.default_content .wrapper .wp-block-quote > * {
  margin: 1em 0;
  max-width: 620px;
}
.default_content .wrapper .wp-block-quote > *:first-child {
  margin-top: 0;
}
.default_content .wrapper .wp-block-quote > *:last-child {
  margin-bottom: 0;
}