	.testimonial  {
		width: 60%;
		margin: 10px 20%;
		margin-top: 20px;
		padding: 30px 0;
		border-top: 0px solid #cb372b;
		border-bottom: 0px solid #cb372b;
	}
	.testimonial .title {
		font-size:34px;
		color:#fff;
		margin-bottom:15px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
	}		
	.testimonial .content {
		font-size: 26px;
		color: #fff;
	}
	.testimonial  .person {
		text-align: center;
	}
	.testimonial .content {
		font-style: italic;
		font-size: 22px;
		text-align: center;
	}
	
	.testimonials .test {
		margin-top: 20px;
		font-size: 26px;
		padding: 30px 0 0;
		border-top: 1px solid #cb372b;
	}
	.testimonials .test .content {
		color: #fff;
		font-style: italic;
		font-size: 22px;
	}
	.testimonial  .person,
	.testimonials .test .person {
		margin-top: 10px;
		font-weight: bold;
		font-size: 20px;
		color: #fff;
	}
@media (max-width:1000px) {

	.testimonial  {
		width: 100%;
		margin: 0;
		padding: 30px 0;
		background: #002E40;
	}
	.testimonial .container {
		width: 90%;
		margin: 20px 5%;
	}
}