#full-test {
    text-align:left;
    margin:0;
    padding:0;
    line-height:18px;
	
}

#full-test p {
	margin:0 0 0 0;
	padding:10px;
	padding-left:0px;
	
	font-size:1em;
	font-style:italic;
}


#testimonials-body .testimonial {
    margin: 40px 0;
}

#testimonials-body .name-and-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonial .stars-img img {
    max-height: 20px;
}