body.single-post .hero-section[data-type="type-1"] .entry-header {
  padding-top: 34px;
}

body.single-post .entry-content > .ilx-auto-intro {
  max-width: 820px;
  margin: 36px auto 46px;
  padding: 20px 24px;
  color: #4f5b53;
  border-left: 3px solid #526b57;
  background: #f5f6f3;
  font-size: 17px;
  line-height: 1.7;
}

body.single-post .entry-content > .ilx-auto-intro p {
  margin: 0;
}

@media (max-width: 781px) {
  body.single-post .hero-section[data-type="type-1"] .entry-header {
    padding-top: 28px;
  }

  body.single-post .entry-content > .ilx-auto-intro {
    margin: 28px auto 38px;
    padding: 18px 20px;
    font-size: 16px;
  }
}
