.elegant-quote {
    position: relative;
    font-style: italic;
    font-size: 1.1em;
    line-height: 1.6;
    padding: 20px 40px;
    background-color: #f8f9fa;
    border-left: 4px solid #6c5ce7;
    margin: 20px 0;
}
.elegant-quote::before {
    content: """;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 4em;
    color: #6c5ce7;
    line-height: 1;
    font-family: Georgia, serif;
}