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

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

.cert-page-steps__header {
	margin: 0 0 54px;
}

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

.cert-page-steps__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-steps__title::after {
	background: #d91f2b;
	content: "";
	display: block;
	height: 3px;
	margin-top: 18px;
	width: 42px;
}

.cert-page-steps__list {
	counter-reset: certification-step;
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

.cert-page-steps__list::before {
	background: #dfe4ea;
	content: "";
	height: 2px;
	left: 8%;
	position: absolute;
	right: 8%;
	top: 24px;
}

.cert-page-steps__item {
	position: relative;
}

.cert-page-steps__number {
	align-items: center;
	background: #061f3d;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-family: "Exo 2", sans-serif;
	font-size: 24px;
	font-weight: 800;
	height: 58px;
	justify-content: center;
	line-height: 1;
	margin: 0 0 20px;
	position: relative;
	width: 58px;
	z-index: 1;
}

.cert-page-steps__item-title {
	color: #111820;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.11;
	margin: 0 0 10px;
	margin-left: 20px;
}

.cert-page-steps__item-content {
	color: #111820;
	font-size: 15px;
	line-height: 1.45;
	margin: 0 auto;
	max-width: 230px;
	padding: 0 !important;
	margin-left: 20px;
}

.cert-page-steps__cta {
	align-items: center;
	background: #d91f2b;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	margin-top: 46px;
	min-height: 42px;
	min-width: 220px;
	padding: 12px 24px;
	text-decoration: none;
}

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

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

	.cert-page-steps__list::before {
		display: none;
	}
	.cert-page-steps__item-content,
	.cert-page-steps__item-title{
		margin-left: auto !important;
	}
}

@media (max-width: 560px) {
	.cert-page-steps__inner {
		padding: 42px 18px 48px;
	}

	.cert-page-steps__header {
		margin-bottom: 34px;
	}

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

	.cert-page-steps__list {
		grid-template-columns: 1fr;
		text-align: left;
	}

	.cert-page-steps__item {
		display: grid;
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 0 16px;
	}

	.cert-page-steps__number {
		font-size: 20px;
		grid-row: span 2;
		height: 52px;
		margin: 0;
		width: 52px;
	}

	.cert-page-steps__item-content {
		margin-left: 0;
		max-width: none;
	}

	.cert-page-steps__cta {
		margin-top: 34px;
		width: 100%;
	}
}
