.counter-one__letter {
	position: relative;
	display: inline-block;
	font-size: 128px;
	font-weight: 700;
	color: var(--thm-black);
	letter-spacing: -5.12px;
	line-height: 128px;
	font-family: var(--thm-font);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.counter-one__single:hover .counter-one__letter {
	color: var(--thm-white);
}