/*================================================
Funfacts Area CSS
=================================================*/

.single-funfacts-box {
	text-align: center;
	border: 5px solid #fbf1f2;
	border-radius: 85px;
	margin-bottom: 30px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
}
.single-funfacts-box h3 {
	margin-bottom: 0;
	font-size: 50px;
	font-weight: 900;
}
.single-funfacts-box h3 .odometer {
	position: relative;
	top: 1px;
}
.single-funfacts-box p {
	line-height: 1;
	margin-top: 10px;
	font-size: 17px;
	font-weight: 700;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
    .single-funfacts-box {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .single-funfacts-box h3 {
        font-size: 35px;
    }
    .single-funfacts-box h3 .odometer {
        top: -1px;
    }
    .single-funfacts-box p {
        margin-top: 8px;
        font-size: 14px;
    }
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-funfacts-box {
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
