.cert-page-cards {
	background: #f6f7f8;
	color: #1f2933;
}

.cert-page-cards__inner {
	margin: 0 auto;
	max-width: 1120px;
	padding: 54px 16px 64px;
}

.cert-page-cards__header {
	margin: 0 0 30px;
	max-width: 760px;
}

.cert-page-cards__eyebrow {
	color: #d91f2b;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.111;
	margin: 0 0 8px;
	text-transform: uppercase;
}

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

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

.cert-page-cards__intro {
	color: #56616a;
	font-size: 15px;
	line-height: 1.55;
	margin: 12px 0 0;
	max-width: 680px;
}

.cert-page-cards__intro :where(p, ul, ol, li, span, strong, em, b, i, h1, h2, h3, h4, h5, h6) {
	color: inherit;
	font-family: inherit;
}

.cert-page-cards__intro p {
	margin: 0 0 12px;
}

.cert-page-cards__intro p:last-child {
	margin-bottom: 0;
}

.cert-page-cards__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cert-page-card {
	background: #fff;
	border: 1px solid #e0e4e8;
	display: flex;
	flex-direction: column;
	min-height: 184px;
	padding: 24px;
	text-decoration: none;
	transform: scale(1);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.cert-page-card--linked {
	cursor: pointer;
}

.cert-page-card--linked:hover,
.cert-page-card--linked:focus {
	border-color: #d91f2b;
	box-shadow: 0 14px 34px rgba(17, 24, 32, 0.12);
	outline: 0;
	text-decoration: none;
	transform: scale(1.025);
}

.cert-page-card__icon {
	display: block;
	height: 24px;
	margin: 0 0 18px;
	object-fit: contain;
	object-position: left center;
	width: 24px;
}

.cert-page-card__title {
	color: #20262c;
	font-family: "Exo 2", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.11;
	margin: 0 0 10px;
}

.cert-page-card__content {
	color: #4e5a63;
	font-size: 14px;
	line-height: 1.36;
	margin: 0;
}

.cert-page-card__link {
	align-self: flex-start;
	background: #fff0f1;
	color: #d91f2b;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.11;
	margin-top: 30px;
	padding: 5px 8px;
	text-decoration: none;
}

.cert-page-card--linked:hover .cert-page-card__link,
.cert-page-card--linked:focus .cert-page-card__link {
	color: #a9151d;
}

@media (max-width: 900px) {
	.cert-page-cards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

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

	.cert-page-cards__inner {
		padding: 42px 18px 48px;
	}

	.cert-page-cards__title {
		font-size: 28px;
	}

	.cert-page-card {
		min-height: 0;
		padding: 20px;
	}
}
