.single-post.entry-content .tenweb-quote {
  border-radius: 12px;
  background-color: rgba(34, 179, 57, 0.1);
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.single-post.entry-content .tenweb-quote:before {
  content: "";
  background-image: url(../../../../images/icons/green_quote.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 25px;
  height: 22px;
  left: 50%;
  transform: translateX(-50%);
}
.single-post.entry-content .tenweb-quote p {
  margin: 0;
  line-height: 0;
}
.single-post.entry-content .tenweb-quote .quote_title {
  font-weight: 700;
}
.single-post.entry-content .tenweb-quote .quote_content {
  margin: 0 0 20px;
}
.single-post.entry-content .tenweb-quote .quote_author {
  opacity: 0.5;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}