.testimonials {
	width: 100%;
	padding: 0 32px 32px 32px;
    box-sizing: border-box;
}

.testimonials h2 {
	margin: 12px 0 16px 0;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: .2px;
}

.testimonials .t-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 16px;
}

.testimonials .t-card {
	background: #f7f9fd;
	border: 1px solid rgba(255, 255, 255, .06);
	border-radius: 14px;
	padding: 14px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
}

.testimonials .t-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
}


.testimonials .t-username {
	font-weight: 700;
	font-size: 18px;
}

.testimonials .t-stars {
	margin-left: auto;
	margin-bottom: 7px;
	font-size: 14px;
	color: #ffd166;
}

.testimonials .t-quote {
	font-size: 14px;
	line-height: 1.5;
	color: #111316;
}

.testimonials .t-foot {
	margin-top: 10px;
	font-size: 12px;
	color: #8d96a5;
	display: flex;
	gap: 8px;
	align-items: center;
}

.testimonials .t-badge {
	display: inline-block;
	padding: 2px 6px;
	border-radius: 999px;
	background: #0e4a2e;
	color: #b6f3cc;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .2px;
}

.testimonials .t-disclaimer {
	margin-top: 18px;
	font-size: 12px;
	color: #9aa3b2;
	line-height: 1.5;
}
