/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2025 | 21:38:37 */
.circle-number {
	width: 50px;
	height: 50px;
  	border-radius: 50%;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	border: 1px solid #000;
	background: #ffffff;
}

.top-facts-container {
  	background: #f8f8f8;
  	border-radius: 20px;
  	padding: 20px;
  	margin-left: 5vw;
	margin-right: 5vw;
}