/*styles*/
blockquote {
    margin: 0 0 1rem;
    border-left: none;
    border: 1px solid #B8B8B8;
    padding: 20px;
    font-size: 1.1em;
    line-height: 1.8;
}

blockquote p:last-child {
    margin-bottom: 0;
}
