.testimonial-inner {
    width: 100%;
    margin: 10px 0;
    float: left;
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
}

.testimonial-inner:nth-child(even) {
    background-color: #f1f1f1;
}

.testimonial-content {
    font-weight: normal;
    width: 100%;
    float: left; }