/* ==========================================================================
   Stats List Section
   ========================================================================== */

.csrc-stats-list {
	background: white;
	padding: 3rem;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.csrc-stats-list__item {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.csrc-stats-list__item:not(:last-child) {
	border-bottom: 1px solid #eee;
}

.csrc-stats-list__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.csrc-stats-list__number {
	font-size: 2.5rem;
	font-weight: 700;
	color: #2774AE;
	margin-bottom: 0.5rem;
}

.csrc-stats-list__label {
	font-size: 1.125rem;
	color: #000;
}

/* Responsive
   ========================================================================== */

@media (max-width: 968px) {
	.csrc-stats-list__number {
		font-size: 2rem;
	}
}
