.stats--list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.stats--stat-number {
    margin-bottom: 15px;
}

.stats--stats-description {
	display: block;
    max-width: 230px;
    line-height: 1.34em;
}

@media (min-width: 992px) {

    .stats--section-label {
        margin-bottom: 45px;
    }

	.stats--list {
		display: flex;
		justify-content: center;
        gap: 30px;
	}
	.stats--item {
		width: calc(33.3333% - 30px * 2 / 3);
	}
}