.testimonials h3{
	text-align: center;
	text-transform: none;
	font-size: var(--font-size-h3);
	font-family: 'Cormorant Garamond', Georgia, serif;
	margin:0;
	padding-bottom: 48px;
	color: var(--color-dark);
}
.testimonials .box{
	border: none;
	background-color: var(--color-accent);
	text-align: center;
	padding: 64px 120px;
	font-family: 'DM Sans', sans-serif;
}
.testimonials .box p{
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.4rem;
	font-style: italic;
	line-height: 1.6;
	margin:0;
	color: var(--color-white);
}
.testimonials .box a{
	color: rgba(255,255,255,0.7);
}
.testcol .testimonials .container{
	background-color: var(--color-bg-alt);
	padding-top: 80px;
	padding-bottom: 80px;
	width:100%;
	margin-top: 0;
}

@media (max-width: 992px){
	.testimonials .box{
		padding:48px 40px;
	}
	.testimonials h3{
		padding-bottom: 32px;
	}
}

@media (max-width: 550px){
	.testimonials .box{
		padding:32px 24px;
	}
	.testimonials .box p {
		font-size: 1.2rem;
	}
}
