.testimonial_item{display: table-cell; padding: 0px 18px 20px 18px; box-sizing: border-box; overflow: hidden; vertical-align: middle;}
.testimonial_clcient_name{color: #ffd400; font-size: 26px; font-weight: bold; line-height: 1.1; margin-bottom: 4px; text-align: center;}
.testimonial_content{color: #fff; font-size: 16px; font-weight: 400; line-height: normal; text-align: center;}


@media only screen and (max-width: 1127px) {
	.testimonial_clcient_name {font-size: 22px;}
	.testimonial_content {font-size: 14px;}
}

/* ==============================
   Tablet landskape
   ============================== */
@media only screen and (max-width: 1076px){

}
@media only screen and (max-width: 1024px){
	.testimonial_item{padding: 0px 16px 18px 16px;}
	.testimonial_clcient_name{font-size: 18px;}
	.testimonial_content{font-size: 12px;}
}

@media only screen and (max-width: 800px){
	.testimonial_item{padding: 0px 15px 16px 15px;}
	.testimonial_clcient_name{font-size: 14px;}
	.testimonial_content{font-size: 10px;}
}


/* ==============================
   Tablet Portrait
   ============================== */
@media only screen and (max-width: 768px){
	.testimonial_item{padding: 0px 14px 15px 14px;}
	.testimonial_clcient_name{font-size: 13px;}
	.testimonial_content{font-size: 9px;}	
}

/* ==============================
   Phone
   ============================== */
@media only screen and (max-width: 480px){
	.testimonial_item{width: 480px; height: 444px; padding: 0 25px 40px 25px;}
}