@media screen and (min-width: 768px) {
  .single-post.entry-content .tenweb-quote {
    padding: 72px 25px 30px;
    margin: 50px 0;
  }
  .single-post.entry-content .tenweb-quote:before {
    top: 30px;
  }
  .single-post.entry-content .tenweb-quote .quote_title {
    font-size: 22px;
    line-height: 34px;
    margin: 0 0 10px;
  }
  .single-post.entry-content .tenweb-quote .quote_content {
    font-size: 16px;
    line-height: 26px;
  }
  .single-post.entry-content .tenweb-quote .quote_author {
    font-size: 16px;
    line-height: 24px;
  }
}