/* Blockquote and Text */

.blog-blockquote-text-block blockquote{
    position:relative;
    padding-left: 75px;
    margin-bottom: 0;
}
.blog-blockquote-text-block blockquote:before{
    content: "\201C";
    display: block;
    position: absolute;
    color: var(--tumbleweed);
    left: 0;
    font-size: 88px;
    line-height: 0.78;
    font-weight: 600;
    font-family: serif;
}
.blog-blockquote-text-block blockquote .blockquote-heading{
    color: var(--onyx);
    font-size: 24px;
    line-height: 32px;
    font-family: meno-banner, serif;
    font-style: italic;
}
.blog-blockquote-text-block blockquote .content p:last-of-type{
    margin-bottom: 0;
}