.entry .post_content h2 {
  background: #141d2a;
  position: relative;
  padding: 4px 0 4px 76px;
  margin-top: 2em;
  margin-bottom: 1.3em;
  color: #fff;
  font-size: 26px;
}
@media only screen and (max-width:768px) {
  .entry .post_content h2 {
    font-size: 20px;
  }
}
.entry .post_content h2:before {
  content: "";
  position: absolute;
  background: #16478e;
  width: 60px;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/bg_h3.png") top right no-repeat;
  background-size: auto 101%;
}
.entry .post_content h3 {
  padding: 0 0 0.36em 0;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  margin: 0 0 20px 0;
  color: #333;
}
@media only screen and (max-width:768px) {
  .entry .post_content h3 {
    font-size: 18px;
  }
}
.entry .post_content h4 {
  background: #e4eaf3;
  display: inline-block;
  padding: 0.45em 0.95em;
  margin-top: 0;
  margin-bottom: 0.6em;
  font-size: 17px;
  font-weight: 600;
  color: black;
  border-bottom: none;
}
@media only screen and (max-width: 991px) {
  .entry .post_content h4 {
    font-size: 15px;
  }
}

.author-archive__header .archive__title {
  font-size: 22px;
  color: #333;
  border-bottom: 2px solid #333;
}
@media only screen and (max-width: 991px) {
  .author-archive__header .archive__title {
    font-size: 18px;
  }
}

/*# sourceMappingURL=heading.css.map */
