#content_cont {
    padding:0 1%;
}

h2, h3 {
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    margin:0.5em auto;
    text-align:center;
}

#images_cont {
    text-align:center;
}

.intro_image {
    display:inline-block;
    width:32%;
}

#intro, .testimonial {
    background:white;
    color:black;
    font-family: TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif;
    margin:1em 0;
    padding:0.3em 1%;
}

.testimonial_image {
    float:left;
    display:block;
    margin:0 0.5em 0.5em 0;
    max-width:100%;
    width:22em;
}

/*.testimonial > p {
    overflow:hidden;
}*/

@media all and (max-width: 45em){
    .testimonial_image {
        float:none;
        margin:0.5em auto;
    }
    #intro, .testimonial {
        padding:0.3em 3%;
    }
}