.rich-text blockquote {
    position: relative;
    font-weight: bold;
    text-align: center;
    margin: 9em 2em;
}

.rich-text blockquote:before,
.rich-text blockquote:after {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10em;
}

.rich-text blockquote:before {
    content: '\201C'; /* Left double quote */
    top: -1em;
}

.rich-text blockquote:after {
    content: '\201D'; /* Right double quote */
    bottom: -1.5em;
}

.rich-text blockquote .quote {
    font-size: 1.2em;
}

.rich-text .quote-image img {
    width: 60px;
    height: 60px;
    border-radius: 32px;
    border:2px solid #ff3600;
}

.rich-text .quote-name {
    font-size: 1em;
    font-weight: bold;
}
