.quote-container span {
    color: var(--accent-color);
    height: 3rem;
    width: 3rem;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.quote-container span > svg {
    display: inline-block; 
    width: 1em; 
    height: 1em;
    font-size: 3em; 
}

.quote-container h2 {
    font-size: 2rem;
    color: var(--secondary-color);
    line-height: 1.125;
}