.pullquote {
    background-color: #f9f9f9;
    border-left: 5px solid #9e2a2b;
    font-style: italic;
    margin: 24px 0;
    padding: 24px 40px 24px 80px;
    position: relative;
}

.pullquote__title {
    color: #0b0e12;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
}

.pullquote__copy {
    margin: 0;
}

.pullquote__name {
    font-weight: 700;
    margin: 16px 0 0;
}