

.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) {
  .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 */
