.quick-facts .quick-facts-container {
	background-color: #F3F5FE;
	padding: 40px;
}

.fact-info-wrap {
	width: calc((100% - 32px) / 3);
	/* 32px = gap * 2 */
}

.quick-facts-body img {
	margin-right: 12px;
	width: 32px;
	height: 32px;
}

.quick-facts .tagline {
	font-size: 14px;
	font-weight: 600;
	color: #333333;
}

.quick-facts .info {
	font-size: 18px;
	font-weight: 800;
	color: #333333;
}

.quick-facts-body .col-md-3 {
	margin-bottom: 24px;
}

.quick-facts-body .col-md-6 {
	margin-bottom: 24px;
}

.quick-facts-body {
	border-bottom: 1px solid #00000033;
	margin-bottom: 24px;
}

.quick-title {
	font-size: 24px;
	font-weight: 800;
	color: #333333;
	margin-bottom: 24px;
}

.quick-facts .subtitle img {
	margin-right: 16px;
	height: 32px;
	width: 32px;
}

.quick-facts .subtitle-text {
	color: #333333;
	font-size: 20px;
	font-weight: 600;
}

.quick-facts .title-icon {
	width: 40px;
	height: 40px;
	margin-right: 16px;
}

@media (max-width: 767px) {
	.quick-facts .four-column .col-12:nth-child(1) {
		order: 1;
	}

	.quick-facts .four-column .col-12:nth-child(2) {
		order: 3;
	}

	.quick-facts .four-column .col-12:nth-child(3) {
		order: 5;
	}

	.quick-facts .four-column .col-12:nth-child(4) {
		order: 7;
	}

	.quick-facts .four-column .col-12:nth-child(5) {
		order: 2;
	}

	.quick-facts .four-column .col-12:nth-child(6) {
		order: 4;
	}

	.quick-facts .four-column .col-12:nth-child(7) {
		order: 6;
	}

	.quick-facts .four-column .col-12:nth-child(8) {
		order: 8;
	}

	.quick-facts .two-column .col-12:nth-child(1) {
		order: 1;
	}

	.quick-facts .two-column .col-12:nth-child(2) {
		order: 3;
	}

	.quick-facts .two-column .col-12:nth-child(3) {
		order: 2;
	}

	.quick-facts .two-column .col-12:nth-child(4) {
		order: 4;
	}
}