.single-post.entry-content .tenweb-intro {
  box-sizing: border-box;
  border-radius: 12px;
  padding: 25px;
  margin: 50px 0;
}
.single-post.entry-content .tenweb-intro p {
  margin: 0;
  line-height: 0;
}
.single-post.entry-content .tenweb-intro .intro_title {
  font-size: 22px;
  line-height: 32px;
  margin: 0 0 5px;
  font-weight: 700;
}
.single-post.entry-content .tenweb-intro .intro_content {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
.single-post.entry-content .tenweb-intro .intro_content a {
  color: #FFFFFF !important;
  font-size: 16px;
  text-decoration: underline;
}