.tis-stat-ticker {
	background: #FCF1EC;
	padding: 24px 130px;
}

.tis-stat-ticker--white {
	background: #FFFFFF;
}

.tis-stat-ticker-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1180px;
	margin: 0 auto;
}

.tis-stat-item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px 24px;
}

.tis-stat-item:not(:first-child) {
	border-left: 1px solid #E3E7EE;
}

.tis-stat-value {
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	color: #142553;
	white-space: nowrap;
}

.tis-stat-desc {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #707070;
	max-width: 160px;
}

@media (max-width: 768px) {
	.tis-stat-ticker {
		padding: 24px 20px;
	}

	.tis-stat-ticker-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.tis-stat-item {
		padding: 0;
		width: 100%;
	}

	.tis-stat-item:not(:first-child) {
		border-left: none;
		border-top: 1px solid #E3E7EE;
		padding-top: 20px;
	}
}
