
.services-metrics {
	padding: 48px 0;
}

.services-metrics h2.title {
	margin-bottom: 48px;
}

.services-metrics .metrics-wrapper {
	display: flex;
	flex-direction: row;
	-moz-column-gap: 16px;
	column-gap: 16px;
	row-gap: 32px;
}

.services-metrics .metrics-block {
	display: flex;
	flex-direction: column;
}

.services-metrics .metrics-block .title {
	color: #30466d;
	font-size: 70px;
	font-weight: 600;
	line-height: 130%;
}

.services-metrics .metrics-block .subtitle {
	color: #5e5e5e;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 24px;
}

.services-metrics .metrics-block .description {
	min-height: 115px;
	color: #5e5e5e;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.services-metrics .metrics-block:nth-child(2) .title {
	order: 2;
	margin-bottom: 24px;
}

.services-metrics .metrics-block:nth-child(2) .subtitle {
	order: 1;
	margin-bottom: 0;
}

.services-metrics .metrics-block:nth-child(2) .description {
	order: 3;
}

@media screen and (max-width: 768px) {
	.services-metrics {
		padding: 24px 0;
	}
	
	.services-metrics .metrics-wrapper {
		flex-wrap: wrap;
	}
}
