.cert-page-quote-cta {
	background: #f4f6f8;
	color: #111820;
	text-align: center;
}

.cert-page-quote-cta--thankyou{
	background-color: transparent;
} 

.cert-page-quote-cta__inner {
	margin: 0 auto;
	max-width: 720px;
	padding: 38px 18px 52px;
}

.cert-page-quote-cta__eyebrow {
	color: #d91f2b;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.11;
	margin: 0 0 10px;
}

.cert-page-quote-cta__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-quote-cta__title::after {
	background: #d91f2b;
	content: "";
	display: block;
	height: 3px;
	margin: 18px auto 0;
	width: 42px;
}

.cert-page-quote-cta__content {
	color: #111820;
	font-size: 18px;
	line-height: 2.06;
	font-weight: 400;
	margin: 24px auto 0;
	max-width: 515px;
}

.cert-page-quote-cta__button {
	align-items: center;
	background: #d91f2b;
	color: #fff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 600;
	font-family: "Exo 2", sans-serif;
	justify-content: center;
	line-height: 1;
	margin-top: 24px;
	min-height: 34px;
	min-width: 176px;
	padding: 10px 22px;
	text-decoration: none;
}

.cert-page-quote-cta__button:hover,
.cert-page-quote-cta__button:focus {
	background: #b91923;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 560px) {
	.cert-page-quote-cta__inner {
		padding-bottom: 44px;
		padding-top: 34px;
	}

	.cert-page-quote-cta__title {
		font-size: 25px;
	}
}


@media (max-width: 560px) {
	.cert-page-testimonial__logo img {
		max-height: unset;
		max-width: 100%;
		width: 100%;

	}
}