.qll-social-proof {
	background: #edf4ff;
	padding: 44px 0;
}

.qll-social-proof .pm-stat-card {
	padding: 22px 28px;
	text-align: center;
	position: relative;
	height: 100%;
}

.qll-social-proof .pm-stat-card::after {
	content: '';
	position: absolute;
	right: 0;
	top: 18%;
	height: 64%;
	width: 1px;
	background: rgba(74, 108, 247, 0.18);
}

.qll-social-proof .col-md-3:last-child .pm-stat-card::after {
	display: none;
}

.qll-social-proof .pm-stat-icon {
	width: 44px;
	height: 44px;
	margin: 0 auto 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #4a6cf7;
	background: transparent;
	border-radius: 0;
}

.qll-social-proof .pm-stat-icon i {
	color: inherit;
	font-size: inherit;
}

.qll-social-proof .pm-stat-number {
	font-size: clamp(24px, 3vw, 38px);
	font-weight: 900;
	line-height: 1.05;
	color: #0d2340;
	margin-bottom: 8px;
}

.qll-social-proof .pm-stat-label {
	font-size: clamp(14px, 1.15vw, 18px);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
	text-transform: none;
	color: #0d2340;
	margin-bottom: 8px;
}

.qll-social-proof .pm-stat-desc {
	font-size: 14px;
	line-height: 1.45;
	color: #677a91;
	margin-top: 0;
}

@media (max-width: 767.98px) {
	.qll-social-proof {
		padding: 28px 0;
	}

	.qll-social-proof .pm-stat-card {
		padding: 20px 18px;
		border-bottom: 1px solid rgba(74, 108, 247, 0.12);
	}

	.qll-social-proof .pm-stat-card::after {
		display: none;
	}

	.qll-social-proof .col-6:nth-last-child(-n+2) .pm-stat-card {
		border-bottom: 0;
	}

	.qll-social-proof .pm-stat-icon {
		margin-bottom: 10px;
	}

	.qll-social-proof .pm-stat-label {
		font-size: 15px;
	}

	.qll-social-proof .pm-stat-desc {
		font-size: 13px;
	}
}
