/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 01 2026 | 09:14:06 */
.counter {
  font-size: 4rem;
  font-weight: 600;
  display: inline-block;
	color: #161616;
}

.stat-label {
  font-size: 1.25rem;
	color: #9D9D9D;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .counter {
  font-size: 2.5rem;
	}
	.stat-label {
  font-size: 1rem;
  margin-top: 0px;
	}
}