@media (max-width: 1279px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt .post_header .post_price {
    font-size: 2em;
    line-height: 1.5em;
  }
}
@media (max-width: 1023px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt .post_title + .post_meta {
    margin-top: 1.5em;
  }
  .post_layout_excerpt .post_header + .post_content {
    margin-top: 2em;
  }
  .post_layout_excerpt .post_header .post_price {
    font-size: 1.75em;
    line-height: 1.5em;
  }
}
@media (max-width: 767px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt .post_header .post_price {
    position: static;
    right: auto;
    top: auto;
    margin-top: 0.3em;
  }
  .post_layout_excerpt .post_title + .post_meta {
    margin-top: 1em;
  }
  .post_layout_excerpt .post_header + .post_content {
    margin-top: 1.5em;
  }
  .post_layout_excerpt blockquote:before {
    top: 1.3em;
    left: 1em;
  }
  .post_layout_excerpt.sticky .post_content_wrapper {
    padding: 2.4rem 2.2rem 2.2rem;
  }
  .post_layout_excerpt .post_content_wrapper {
    padding: 2.7rem 2.4rem 2.4rem;
  }
  .post_layout_excerpt.post_format_quote .post_header {
    padding: 2.7rem 2.3rem 1.5rem;
  }
}