<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">blockquote {
    margin-bottom: 50px;
    background: white;
    border: 10px solid #ff5050;
    border-radius: 8px;
    text-align: center;
    color: #58554B;
    padding: 30px 50px;
    font-family: 'Raleway', sans-serif;
    }
    blockquote p {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.25;
    }
    blockquote span {
    /* box-shadow: -20px 0 #ff3939, 20px 0 #ff3939; */
    position: relative;
    }
    blockquote span:before {
    content: "\201C";
    font-family: serif;
    position: absolute;
    font-size: 60px;
    left: -70px;
    top: 10px;
    line-height: 0;
    }
    blockquote span:after {
    content: "\201D";
    font-family: serif;
    position: absolute;
    font-size: 60px;
    right: -30px;
    bottom: -10px;
    line-height: 0;
    }
    blockquote cite {
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    }</pre></body></html>