@media (max-width: 1279px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt .post_header .post_price {
    font-size: 1.7em;
    line-height: 1.3em;
  }
  .post_layout_excerpt .post_title {
    font-size: 28px;
  }
  .post_layout_excerpt .post_content .post_meta + .post_content_inner {
    margin-top: 0.8em;
  }
  .excerpt-content-wrap {
    padding: 35px;
  }
}
@media (max-width: 1023px) {
  /* Blog layout: Excerpt */
  .excerpt-content-wrap {
    padding: 30px;
  }
  .post_layout_excerpt .post_title {
    font-size: 25px;
  }
  .post_layout_excerpt .post_content .post_meta + .post_content_inner {
    margin-top: 0.6em;
  }
}
@media (max-width: 767px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt .post_header {
    margin: 0;
  }
  .post_layout_excerpt .post_content .post_meta + .post_content_inner {
    margin-top: 0.5em;
  }
  .excerpt-content-wrap {
    padding: 25px;
  }
  .post_layout_excerpt .post_title {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .post_layout_excerpt .post_title {
    font-size: 20px;
  }
  .post_layout_excerpt + .posts_container,
  .post_layout_excerpt + .post_layout_excerpt {
    margin-top: 20px;
  }
  body:not(.blog_style_excerpt) .post_layout_excerpt {
    margin-bottom: 20px;
  }
}