@media (max-width: 1023px) {
  /* Single post header */
  .post_header_wrap_style_style-3 .post_featured.post_featured_bg {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  /* Single post header */
  .single_style_style-3 .page_content_wrap > .content_wrap {
    padding-top: 3em;
  }
  .post_header_wrap_style_style-3 .post_featured.post_featured_bg {
    height: 20rem;
  }
  .post_header_wrap_style_style-3 .post_header .post_title,
  .post_header_wrap_style_style-3 .post_header .post_subtitle {
    max-width: none;
  }
  .post_header_wrap_style_style-3 .post_header .post_meta_other .post_meta_item:after,
  .post_header_wrap_style_style-3 .post_header .post_meta_other .vc_inline-link:after {
    margin-right: 1em;
  }
}
@media (max-width: 479px) {
  /* Single post header */
  .single_style_style-3 .page_content_wrap > .content_wrap {
    padding-top: 2em;
  }
}