.fact-block {
	width: 100% !important;
}
	.fact {
		padding: 2.5rem !important;
	}
	.fact-text {
		padding: 2.5rem 2.5rem 0 !important;
	}
	.fact-btn {
		padding: 0 2.5rem !important;
	}
	.fact h3 {
		color: #ffffff !important;
    	margin: 0 0 0.3rem !important;
	}
	.fact-text h3 {
		color: #ffffff !important;
    	margin: 0 0 0.3rem !important;
		font-size: 26px !important;
	}
	.fact p {
		color: #ffffff !important;
    	margin: 0 !important;
		font-size: 1.2rem !important;
	}
	.fact p em {
		color: #ffffff !important;
    	margin: 0 !important;
		font-size: 0.8rem !important;
    	line-height: 1.4rem !important;
	}
.fact-img {
	width: 100% !important;
    height: 100% !important;
	min-height: 300px !important;
	background-position: center;
	background-size: cover;
}
.fact-blue {
	background-color: #00a0dc !important;
}

.fact-yellow {
	background-color: #ffce00 !important;
}
	.fact-yellow p {
		color: #0139A6 !important;
	}

.fact-orange {
	background-color: #ef8a33 !important;
}