.wrestler-quote-title {
    display: block;
    font-family: 'sofia-sans', sans-serif;
    font-size: 22px;
    color: #E4DCD6;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0 .75rem 0;
    font-weight: 500;
    background: none;
}

.wrestler-quote-card {
    background: #121921;
    border-radius: 5px;
    padding: 1rem 1.25rem;
    font-family: 'sofia-sans', sans-serif;
    color: #CEE5F2;
    margin: -10px 0 0 0;
}

.wrestler-quote-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #D8DEE8;
}

.wrestler-quote-list li {
    line-height: 1.45;
    padding: .25rem 0;
}

@media (max-width: 768px) {
    .wrestler-quote-list {
        font-size: 18px;
    }
}
