.testimonial {
    padding:50px 10px;
    border-bottom:solid #CCC 1px;
}
.testimonial:first-of-type {
    border-top:solid #CCC 1px;
}
.testimonial img {
    width:60px; height:auto;
    background-color:#333;
    padding:2px;
    border:solid #444 5px;
    float:left;
    margin:0 30px 30px 0;
    opacity:0.8;
}
.testimonial h3 {
font-size:2.2rem;
}
.testimonial span {
    display:block;
    font-weight:600;
}
.testimonial p {
margin-top:40px;
line-height:2.0rem;
}

.testimonial.focussed {
    background-color:rgb(253, 255, 231);
}
.testimonial.animated {
    transition:background-color 5s ease;
}

@media screen and (max-width: 400px){
    .testimonial img {
        display:none;
    }
}