
.tss-products-stats {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 100px;
	padding-bottom: 70px;
}
.tss-products-stats-container.tss-products-stats-container {
	padding-left: 0;
	padding-right: 0;
}
.tss-products-stats-row {
	display: flex;
}
.tss-products-stats-col {
	flex: 1 1 25%;
	min-width: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	text-align: center;
	padding: 10px;
}
.tss-products-stat-number {
	font-family: sans-serif;
	font-size: 70px;
	font-weight: 700;
	line-height: 70px;
	color: #fff;
	white-space: nowrap;
}
.tss-products-stat-suffix {
	font-family: sans-serif;
	font-size: 70px;
	font-weight: 700;
	line-height: 70px;
}
.tss-products-stat-title {
	font-family: sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2em;
	color: #fff;
	margin-bottom: 30px;
}
.tss-products-stat-heading-wrap {
	text-align: center;
}
.tss-products-stat-heading {
	font-family: sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1em;
	color: #fff;
}
@media (max-width: 991px) {
	.tss-products-stats-row {
		flex-wrap: wrap;
	}
	.tss-products-stats-col {
		flex: 1 1 50%;
	}
}
