@media (max-width: 1279px) {
  /* Blog layout: Classic */
  .post_layout_classic blockquote {
    padding: 2.5em 2.5em 2.5em 5em;
  }
  .post_layout_classic blockquote:before {
    top: 1.2em;
    left: 0.9em;
  }
}
@media (max-width: 1023px) {
  /* Blog layout: Classic */
  .post_layout_classic .swiper-container-horizontal > .swiper-pagination,
  .post_layout_classic .slider_outer > .swiper-pagination {
    bottom: 6px;
  }
  .post_layout_classic .slider_container .swiper-pagination-bullet,
  .post_layout_classic .slider_outer .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
  }
  .post_layout_classic.post_format_audio .mejs-time {
    display: none;
  }
  .post_layout_classic .post_title {
    font-size: 16px;
  }
  .post_layout_classic .post_featured {
    margin-bottom: 1.2em;
  }
  .post_layout_classic blockquote,
  .post_layout_classic blockquote[class*=wp-block-quote][class*=is-style-],
  .post_layout_classic blockquote[class*=wp-block-quote][class*=is-],
  .post_layout_classic .wp-block-quote:not(.is-large):not(.is-style-large),
  .post_layout_classic .wp-block-freeform.block-library-rich-text__tinymce blockquote {
    padding: 1.5em 1.5em 1.5em 3.5em;
  }
}
@media (max-width: 767px) {
  .post_layout_classic .post_header + .post_content {
    padding-top: 0.5em;
  }
  .post_layout_classic.post_format_audio .mejs-time {
    display: block;
  }
  .posts_container.columns_wrap .post_layout_classic {
    padding-bottom: 3px;
  }
}