/* More breathing room between the hotel-page header/hero and intro content. */
body.single-post .post-content > .fg-section:first-child {
  padding-top: 56px !important;
}

@media (min-width: 992px) {
  body.single-post .post-content > .fg-section:first-child {
    padding-top: 72px !important;
  }

  body.single-post .post-content > .fg-section:first-child > .fg-container > .fg-row > .fg-col:first-child > h2 {
    margin: 0 0 22px !important;
    color: rgba(0, 91, 74, 0.12) !important;
    font-size: 54px !important;
    line-height: 1 !important;
    letter-spacing: 0.04em !important;
    text-align: left !important;
  }
}
