.head-icon {
  color: #ff4000; 
}

blockquote {
background: #F0F0F1;
color: #333334;
padding: 20px 30px;
position: relative;
border-left: 5px solid #ff4000;
}
/*blockquote:before {
content: "\201C";
font-family: serif;
position: absolute;
left: -29px;
top: 5px;
color: #BCBCBC;
font-size: 50px;
text-shadow: 1px 2px 0 white;
}*/
blockquote p {
font-size: 1.1em;
}


