blockquote,
.fusion-body .learndash blockquote{
  font-size: 133%;
  font-weight: 600;
  line-height: 1.3;
  color: #2c2b7d;
  padding: 1rem 0 1rem 2rem;
  margin: 0 0 0 0.5rem;
  border-left: 1px dashed rgba(103, 102, 173, 0.55);
  position: relative;
  background: transparent;
}

blockquote::before,
.fusion-body .learndash blockquote::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: -1rem;
  top: calc(50% - 1rem);
  border-radius: 50%;
  padding: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='35'%3E%3Cpath d='M25 20c-3.866 0-7-3.134-7-7s3.134-7 7-7 7 3.134 7 7l0.031 1c0 7.732-6.268 14-14 14v-4c2.671 0 5.182-1.040 7.071-2.929 0.364-0.364 0.695-0.75 0.995-1.157-0.357 0.056-0.724 0.086-1.097 0.086zM7 20c-3.866 0-7-3.134-7-7s3.134-7 7-7 7 3.134 7 7l0.031 1c0 7.732-6.268 14-14 14v-4c2.671 0 5.182-1.040 7.071-2.929 0.364-0.364 0.695-0.75 0.995-1.157-0.357 0.056-0.724 0.086-1.097 0.086z' fill='%232c2b7d'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: 0% center;
  background-size: cover;
  opacity: 0.55;
}

blockquote span.nohilite,
.fusion-body .learndash blockquote span.nohilite{
  color: rgba(103, 102, 173, 0.88);
}

