blockquote {
    position: relative;
    padding: 1em 2rem;
    border-radius: 4px;
    background: #FAFAFA;
    margin-bottom: 30px;
    box-shadow: 6px 4px 14px -2px rgba(0, 0, 0, .04), 0 0 20px 0 rgba(0, 0, 0, .04);
    border-left: 5px solid #29a5f3;
}