.testimonial_title h2 
{
    color:#841f00;
    text-align:center;
}
    
.testimonial_icon
{
    text-align: center;
    margin-bottom: 10px;
}

.testimonial
{
    background-color: #f0eee2;
    padding: 10px;
    height: 250px;
    clear: both;
}
.testimonial_contentpane p
{
    color: #4f5658;
    text-align: center;
    font-style: italic;
    font-size: 90%;
    line-height: 1.1em;
}


