.cpm-test {
	background: #ffffff;
	padding-block: 40px;
}

.cpm-test__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.5rem;
	padding-inline: 80px !important;
}

/* ── Header ───────────────────────────────────────────────── */
.cpm-test__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	text-align: center;
}

.cpm-test__badge {
	display: inline-block;
	background: rgb(108, 108, 108);
	color: rgb(241, 241, 241);
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	padding: .45rem 1.25rem;
	border-radius: 6px;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.cpm-test__heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	margin: 0;
	text-transform: uppercase;
}

.cpm-test__heading-dark {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 44px;
	color: rgb(30, 30, 30);
}

.cpm-test__heading-red {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 44px;
	color: rgb(255, 0, 0);
}

/* ── Reviews area ─────────────────────────────────────────── */
.cpm-test__reviews {
	width: 100%;
}

@media (max-width: 768px) {
	.cpm-test {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.cpm-test__inner {
		padding-inline: 20px !important;
		max-width: 100% !important;
		width: 100% !important;
		gap: 1.25rem;
	}

	.cpm-test__heading-dark,
	.cpm-test__heading-red {
		font-size: 20px;
		line-height: 26px;
	}

	.cpm-test__badge {
		font-size: 13px;
	}
}
