
.funfact {
	border-top: 1px solid #f1f1f1;
	padding-top: 60px;
	padding-bottom: 60px;
	.bg-overlay {
		background-color: rgba(0,0,0,.4);
	}
}
.funfact-item {
	position: relative;
	z-index: 9;
	text-align: center;
	padding-top: 40px;
	.fa {
		position: absolute;
		font-size: 120px;
		color: #000;
		opacity: .035;
		z-index: -1;
		top: 0; left: 50%;
		@include translateX(-50%);
	}
	.countup {
		font-weight: 900;
		font-size: 43px;
		color: $color;
	}
	.h6, h6 {
		font-size: 12px;
	}
}
.bg-parallax, .bg-static {
	~ .container {
		.funfact-item {
			.fa {
				opacity: .2;
			}
			* {
				color: #fff;
			}
			.countup {
				color: $color;
			}
		}
	}
}
.bg-color {
	~ .container {
		.funfact-item {
			.fa {
				color: #fff;
				opacity: .2;
			}
			.countup {
				color: #0d0d0d;
			}
		}
	}
}