/* =========================
   DISCLAIMER SECTION
========================= */
.dr1058disclaimer {
	padding: 80px 20px;
	background: #020617;
	color: #e2e8f0;
	font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.dr1058disclaimer-container {
	max-width: 900px;
	margin: auto;
}

/* TITLE */
.dr1058disclaimer-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #ffffff;
}

/* TEXT */
.dr1058disclaimer-text {
	font-size: 14px;
	line-height: 1.7;
	color: #cbd5f5;
	margin-bottom: 14px;
}

/* SUBTLE SEPARATOR (OPTIONAL LOOK) */
.dr1058disclaimer-text:not(:last-child) {
	border-bottom: 1px solid rgba(255,255,255,0.05);
	padding-bottom: 12px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 600px) {

	.dr1058disclaimer {
		padding: 60px 16px;
	}

	.dr1058disclaimer-title {
		font-size: 18px;
	}

	.dr1058disclaimer-text {
		font-size: 13.5px;
	}
}