@media screen and (max-width: 767px) {
  .single-post.entry-content .tenweb-quote {
    padding: 62px 20px 20px;
  }
  .single-post.entry-content .tenweb-quote:before {
    top: 20px;
  }
  .single-post.entry-content .tenweb-quote .quote_title {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 5px;
  }
  .single-post.entry-content .tenweb-quote .quote_content {
    font-size: 14px;
    line-height: 24px;
  }
  .single-post.entry-content .tenweb-quote .quote_author {
    font-size: 16px;
    line-height: 24px;
  }
}