/*=============+
| TESTIMONIALS |
+=============*/
.testimonial-container .person-name::before {
	content: "\2014\00A0";
}

.section-testimonial .blockquote::before,
.section-testimonial .blockquote::after,
.section-testimonial .blockquote-footer {
 	font-family: 'Oswald', sans-serif;
 	font-weight: bold;
 	color: #001A70;
}

.section-testimonial .blockquote::before {
 	content: "\201C";
}

.section-testimonial .blockquote::after {
 	content: "\201D";
}

.section-testimonial .blockquote {
 	font-size: 1.25rem;
 	line-height: 1.4;
}

@media (min-width: 768px) {
 	.section-testimonial .blockquote {
		font-size: 1.5rem;
	}
}

@media (min-width: 992px) {
	.section-testimonial .blockquote {
		font-size: 2rem;
	}
}
