.elx-fun-fact-section {
	padding: 80px 0px;
}
.elx-fun-fact-item {
	h3 {
		font-size: 42px;
		font-weight: 600;
		color: var(--base-color);
		padding-bottom: 5px;
	}
	p {
		color: #fff;
		font-weight: 500;
	}
}