.cert-page-testimonial {
	background: #fff;
	color: #111820;
}

.cert-page-testimonial__inner {
	padding: 54px 0 0;
}

.cert-page-testimonial__header {
	margin: 0 auto 24px;
	max-width: 1120px;
	padding: 0 16px;
}

.cert-page-testimonial__eyebrow {
	color: #d91f2b;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.11;
	margin: 0 0 10px;
}

.cert-page-testimonial__title {
	color: #111820;
	font-family: "Exo 2", sans-serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.11;
	margin: 0;
}

.cert-page-testimonial__title::after {
	background: #d91f2b;
	content: "";
	display: block;
	height: 3px;
	margin-top: 18px;
	width: 42px;
}

.cert-page-testimonial__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin: 0;
}

.cert-page-testimonial__quote-panel {
	background: #df302e;
	color: #fff;
	min-height: 340px;
	overflow: hidden;
	padding: 52px 72px 64px max(16px, calc((100vw - 1120px) / 2 + 16px));
	position: relative;
}

.cert-page-testimonial__quote-mark {
	display: block;
	height: 173px;
	left: 0;
	position: absolute;
	top: 52px;
	transform: translateX(15px);
	width: 166px;
}

.cert-page-testimonial__slides {
	position: relative;
	z-index: 1;
}

.cert-page-testimonial__slide {
	display: none;
}

.cert-page-testimonial__slide.is-active {
	display: block;
}

.cert-page-testimonial__quote,
.cert-page-testimonial__attribution {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.55;
	margin: 0;
}

.cert-page-testimonial__attribution {
	margin-top: 24px;
}

.cert-page-testimonial__pagination {
	align-items: center;
	bottom: 42px;
	display: flex;
	gap: 10px;
	left: max(16px, calc((100vw - 1120px) / 2 + 16px));
	position: absolute;
}

.cert-page-testimonial__dot {
	background: rgba(0, 0, 0, 0.22);
	border: 0;
	border-radius: 0;
	display: block;
	height: 6px;
	padding: 0;
	width: 18px;
}

.cert-page-testimonial__dot.is-active {
	background: #fff;
}

.cert-page-testimonial__dot:hover,
.cert-page-testimonial__dot:focus {
	background: #fff;
}

.cert-page-testimonial__logos {
	align-content: center;
	background: #fff;
	display: grid;
	gap: 68px 80px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 58px 86px;
	max-width: 650px;
}

.cert-page-testimonial__logo {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 70px;
}

.cert-page-testimonial__logo img {
	display: block;
	height: auto;
	max-height: 100px;
	max-width: 155px;
	width: auto;
}

@media (max-width: 900px) {
	.cert-page-testimonial__content {
		grid-template-columns: 1fr;
	}

	.cert-page-testimonial__quote-panel {
		min-height: 420px;
		padding: 58px 44px 82px 132px;
	}

	.cert-page-testimonial__quote-mark {
		left: 0;
		top: 58px;
		transform: translateX(-16px);
	}

	.cert-page-testimonial__pagination {
		left: 132px;
	}
}

@media (max-width: 560px) {
	.cert-page-testimonial__inner {
		padding-top: 42px;
	}

	.cert-page-testimonial__title {
		font-size: 26px;
	}

	.cert-page-testimonial__quote-panel {
		min-height: 0;
		padding: 54px 28px 78px;
	}

	.cert-page-testimonial__quote-mark {
		height: auto;
		left: 0;
		top: 18px;
		transform: translateX(15px);
		width: 118px;
	}

	.cert-page-testimonial__quote,
	.cert-page-testimonial__attribution {
		font-size: 15px;
	}

	.cert-page-testimonial__pagination {
		bottom: 42px;
		left: 28px;
	}

	.cert-page-testimonial__logos {
		gap: 36px;
		grid-template-columns: 1fr;
		padding: 42px 28px;
	}
}
