.cozy-entry-content h2,
.cozy-entry-content h3,
.cozy-entry-content h4,
.cozy-entry-content h5,
body.single-post .p-single--post .p-single__content > .post_content h2,
body.single-post .p-single--post .p-single__content > .post_content h3,
body.single-post .p-single--post .p-single__content > .post_content h4,
body.single-post .p-single--post .p-single__content > .post_content h5,
body.single-news .p-single--news .p-single__content > .post_content h2,
body.single-news .p-single--news .p-single__content > .post_content h3,
body.single-news .p-single--news .p-single__content > .post_content h4,
body.single-news .p-single--news .p-single__content > .post_content h5 {
  color: #0077B6;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
}
.cozy-entry-content h2,
body.single-post .p-single--post .p-single__content > .post_content h2,
body.single-news .p-single--news .p-single__content > .post_content h2 {
  margin: 3.2em 0 1.2em;
  padding: 0.85em 1em;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  background: #FFFFFF;
  border-left: 6px solid #0077B6;
  border-bottom: 1px solid rgba(0, 119, 182, 0.18);
}
.cozy-entry-content h3,
body.single-post .p-single--post .p-single__content > .post_content h3,
body.single-news .p-single--news .p-single__content > .post_content h3 {
  margin: 2.5em 0 1em;
  padding: 0;
  font-size: clamp(1.22rem, 2vw, 1.55rem);
}
.cozy-entry-content h4,
body.single-post .p-single--post .p-single__content > .post_content h4,
body.single-news .p-single--news .p-single__content > .post_content h4 {
  margin: 2em 0 0.75em;
  padding-left: 0.75em;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  border-left: 4px solid #E8DCC7;
}
.cozy-entry-content h5,
body.single-post .p-single--post .p-single__content > .post_content h5,
body.single-news .p-single--news .p-single__content > .post_content h5 {
  margin: 1.6em 0 0.6em;
  font-size: 1rem;
  color: rgba(0, 119, 182, 0.9);
}
@media (max-width: 768px) {
  .cozy-entry-content h2,
  body.single-post .p-single--post .p-single__content > .post_content h2,
  body.single-news .p-single--news .p-single__content > .post_content h2 {
    margin: 2.4em 0 1em;
    padding: 0.7em 0.85em;
    border-left-width: 5px;
  }
  .cozy-entry-content h3,
  body.single-post .p-single--post .p-single__content > .post_content h3,
  body.single-news .p-single--news .p-single__content > .post_content h3 {
    margin: 2.1em 0 0.85em;
  }
  .cozy-entry-content h4,
  body.single-post .p-single--post .p-single__content > .post_content h4,
  body.single-news .p-single--news .p-single__content > .post_content h4 {
    margin: 1.7em 0 0.65em;
  }
  .cozy-entry-content h5,
  body.single-post .p-single--post .p-single__content > .post_content h5,
  body.single-news .p-single--news .p-single__content > .post_content h5 {
    margin: 1.35em 0 0.5em;
  }
}/*# sourceMappingURL=cozy-entry-content.css.map */