.testimonial {
	background-image: url( ../../../images/testimonials-back.webp );
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.no-webp .testimonial {
	background-image: url( ../../../images/testimonials-back.jpg );
}

.testTop {
	padding-bottom: 40px;
}

.testimonial * {
	color: white
}

.testimonial a.testBtn {
	font-weight: 700;
}

.testimonial h2 {
	font-size: clamp(16px, calc(100vw * (28/1440)), 28px);
	line-height: 1.1786;
	font-weight: 900;
	text-transform: uppercase;
	padding-bottom: clamp(5px, calc(100vw * (30/1440)), 30px);
}

.testimonial h3 {
	font-size: clamp(22px, calc(100vw * (48/1440)), 48px);
	line-height: 1;
	margin-bottom: 7px;
	font-weight: 600;
}

.testimonial .test-body {
	font-size: clamp(14px, calc(100vw * (24/1440)), 24px);
	line-height: 1.125;
	padding-bottom: 15px;
}

.testimonial .test-body .from {
	font-style: italic;
}

.testimonial .large-6 {
	
}

.testimonial .large-12 {
	padding-bottom: 20px;
	margin-bottom: 35px;
	position: relative;
}

.testimonial .large-12::after {
	content: '';
	width: 90%;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 5%;
	background-color: var(--theme-color-primary);
}

.testimonial .large-12.readMoreTest,
.testimonial .large-12:last-of-type {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.testimonial .large-12:last-of-type::after {
	content: none;
}

.testimonial a.testBtn {
	font-size: clamp(15px, calc(100vw * (22/1440)), 22px);
	line-height: 1.2;
	display: inline-block;
	padding: 12px 30px;
	color: white;
	background-color: black;
	text-transform: none;
	transition: all 0.3s ease-out;
	font-weight: 400;
	text-decoration: none;
}

.testimonial a.testBtn:hover {
	background-color: var(--theme-color-primary);
}

.testimonial div.test-body:last-of-type {
	padding-bottom: 0;
}

/*= Responsive Styles
-------------------------------------------------------------- */
@media only screen and (max-width: 1440px) { /* Template Width */
	.testTop {
		padding-left: 25px;
		padding-right: 25px;
	}

	.testimonial h3 {
		font-size: 3.0555vw;
	}

	.testimonial a.testBtn {
		font-size: 1.7361vw;
		padding: 1.0416vw 4.8611vw;
	}

	.testimonial .large-12 {
		padding-bottom: 1.3888vw;
		margin-bottom: 2.4305vw;
	}
}
@media only screen and (max-width: 1023px) {
	.testimonial .large-6 {
		padding-left: 25px;
		padding-right: 25px;
	}

	.testimonial p {
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 960px) {
	.testimonial a.testBtn {
		font-size: 16.5px;
	}
}
@media only screen and (max-width: 639px) {
	.testimonial .large-12 {
		padding-bottom: 0px;
		margin-bottom: 15px;
	}

	.testimonial h3 {
		font-size: 17px;
		text-align: left;
	}

	.testimonial .test-body p {
		margin-bottom: 5px;
	}

	.testimonial p.from {
		margin-bottom: 15px;
	}

	.testimonial .large-12:after {
		width: 80%;
		left: 10%;
	}
}