.stat_counter-layout .stat-counter {
	display: flex; align-items: start; justify-content: space-between;
}
.stat_counter-layout .stat-counter .number-wrapper {
	font-size: 5rem; font-weight: bold;
}

@media screen and (max-width: 767px) {
	.stat_counter-layout .stat-counter {
		flex-direction: column; align-items: center;
		text-align: center;
	}
}