.quote-heading {
    margin-bottom: 2rem;
}

.elt-divider {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

.elt-divider .elt-divider-separator {
    display: block;
    background: #9a011a;
    width: 60px;
    height: 6px;
}

.quote-content ul {
    line-height: 2;
}

.quote-content table {
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}

.quote-content table td,
.quote-content table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}