/**
 * Section
 */
.section-services {
	position: relative;
	z-index: 1;
}

.section-services-inner {
	position: relative;
	z-index: 1;
}

.section-services__figure {
	margin-bottom: 15px;
}

.section-services__counter {
	font-family: var(--heading-font);
	color: var(--color-gray);
}


