.testimonial
{
    background-image:url('/img/reviews/review_bg.webp');
    min-height:230px;
    width:350px;
    padding:10px;
    background-repeat:round;
}
.testimonial_fulltext
{
    background-color:rgb(232,243,250);
    background-image:none;
    border-radius:30px;
    min-height:230px;
    width:350px;
    padding:10px;
}
.testimonial_text
{
    min-height:120px;
}
.testimonial_footer img
{
    margin-top:-40px;
}
.testimonial_footer a
{
    font-size:0.9em;
    color:#403F3D;
}