/** @format */

.module-testimonial {
	width: 100%;
	position: relative;
	background-color: var(--light-gray-color);
	text-align: center;
}
.module-testimonial h2 em {
	font-family: var(--heading-font-family);
	color: var(--secondary-color);
}

.module-testimonial h2 {
	font-size: 2.438rem;
	line-height: 47px;
	font-style: normal;
	margin-bottom: 15px;
}
.module-testimonial p span:before {
	width: auto;
	height: auto;
	background: transparent;
	content: '-';
}
.module-testimonial p span {
	padding-left: 15px;
	font-weight: 700;
	font-size: 1.188rem;
}
.module-testimonial p {
	font-size: 1.375rem;
	line-height: 36px;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.module-testimonial.active {
		background-image: url('../../images/testimonial-bg.svg');
		background-repeat: no-repeat;
		background-position: -450px top;
	}
}

@media screen and (min-width: 1025px) {
	.module-testimonial h2 {
		font-size: 3.125rem;
		line-height: 60px;
	}
}
