.gsap-sticky-boxes-wrapper .item-content {
	border-radius: 30px;
	position: relative; 
	padding: 30px 35px; 
	display: flex;
	flex-direction: column; 
}

.gsap-sticky-boxes-wrapper .item-counter {
	font-size: 100px;
	line-height: 1;
	-webkit-text-stroke: 1px black;
	text-shadow:
		1px 1px 0 #000,
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
	font-weight: 900;
}

.gsap-sticky-boxes-wrapper .item-content .item-content-inner{
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.gsap-sticky-boxes-wrapper .item-counter {
		font-size: 80px;
	}
}