.counter-container {
	display: flex;
	width: 75%;
	margin: 2rem auto;
	overflow: hidden;
}

.counter-element {
	border-left: 1px solid #FFFFFF99;
	line-height: 1;
	padding: 0 60px;
}

.counter-element:first-child {
	border-left: none;
	padding-left: 0;
}

.counter {
	display: flex;
	align-content: center;
	justify-content: center;
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 80px;
	font-weight: 700;
	color: #fff;
}

.counter-name {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 19px;
}
