.section-counter {
	z-index: 1;
}

.section-counter .counter-row {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	padding-top: 48px;
	row-gap: 32px;
}

.section-counter .count-item .number {
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 60px */
	letter-spacing: -1px;
	color: #B1325F;
}

.section-counter .count-item .title {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	color: #2D2D2D;
}

@media (max-width: 560px) {
	.section-counter {
		padding: 8px 0;
	}

	.section-counter .count-item .number {
		font-size: 32px;
	}

	.section-counter .count-item .title {
		font-size: 12px;
	}
}