@media only screen and (max-width: 1000px){
		}
@media only screen and (min-width: 480px) and (max-width: 768px){
	
		
	}

@media only screen and (max-width: 480px){
	
		
	
	}

<style>
@media screen and (min-width: 600px){
.testimonials .testimonial_text_inner p {
   
    font-size: 15px !important;
}
}
</style>