.pss-testimonial-quote {
	font-size: 18px;
	color: #000;
    font-style: italic;
    padding:20px;
}

.pss-testimonial-author{
    font-size: 15px;
    font-weight: 200;
    color:#000;
    line-height:60px;
}


@media only screen and (max-width: 768px) {
    .pss-testimonial-quote {
        font-size: 15px;
        padding:0px;
        line-height:18px;
    }
    
    .pss-testimonial-author{
        font-size: 14px;
    }
}