.cert-page-stats {
	background: #fff;
	color: #1f2933;
}

.cert-page-stats__inner {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1120px;
	padding: 22px 16px;
}

.cert-page-stats__item {
	align-items: center;
	border-left: 2px solid #EAEEF4;
	display: flex;
	flex-direction: column;
	gap: 6px;
	justify-content: center;
	min-height: 58px;
	padding: 0 18px;
	text-align: center;
}

.cert-page-stats__item:first-child {
	border-left: 0;
}

.cert-page-stats__value {
	align-items: baseline;
	color: #20262c;
	display: inline-flex;
	font-family: "Exo 2", sans-serif;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.11;
	min-height: 1.11em;
}

.cert-page-stats__red-symbol {
	color: #d91f2b;
	font-weight: 400;
	margin-left: 4px;
}

.cert-page-stats__label {
	color: #626d76;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.11;
	margin: 0;
	max-width: 180px;
}

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

	.cert-page-stats__item {
		border-left: 0;
		border-top: 1px solid #d9dde2;
		padding: 18px;
	}

	.cert-page-stats__item:nth-child(-n + 2) {
		border-top: 0;
	}

	.cert-page-stats__item:nth-child(2n) {
		border-left: 1px solid #d9dde2;
	}
}

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

	.cert-page-stats__item,
	.cert-page-stats__item:nth-child(2n) {
		border-left: 0;
	}

	.cert-page-stats__item:nth-child(2) {
		border-top: 1px solid #d9dde2;
	}
}
