#quote blockquote
{
    font-family: Calibri;
    font-style: italic;
    font-weight: bold;
    font-size: xx-large;
    color: var(--trans-white2);
    padding: 20px;
    position: relative;
}

#quote blockquote:before
{
    font-family: Georgia, serif;
    content: "“";
    position: absolute;
    top: -30px;
    left: -50px;
    font-size: 8em;
    color: var(--trans-white3);
    font-weight: normal;
}

#quote blockquote:after
{
    font-family: Georgia, serif;
    content: "”";
    position: absolute;
    top: -40px;
    right: -10px;
    font-size: 8em;
    color: var(--trans-white3);
    font-weight: normal;
}
