body.single-post .hero-section[data-type="type-1"] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #f5f6f3;
  border-bottom: 1px solid #d9ddd8;
}

body.single-post .hero-section[data-type="type-1"] .entry-header {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 44px;
  text-align: left;
}

body.single-post .hero-section[data-type="type-1"] .page-title {
  max-width: 940px;
  margin: 0 0 16px;
  color: #202622;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}

body.single-post .hero-section[data-type="type-1"] .page-description {
  max-width: 740px;
  color: #59625c;
  font-size: 16px;
  line-height: 1.65;
}

body.single-post .hero-section[data-type="type-1"] .page-description p {
  margin: 0;
}

body.single-post .hero-section[data-type="type-1"] .entry-meta {
  margin-top: 15px;
}

@media (max-width: 781px) {
  body.single-post .hero-section[data-type="type-1"] .entry-header {
    width: min(100% - 40px, 1160px);
    padding: 40px 0 36px;
  }

  body.single-post .hero-section[data-type="type-1"] .page-title {
    font-size: 34px;
  }
}
