/* ============================================================
   DLC Department About Us - v1.0.8
   Matches existing .about-text-container styling
   Responsive breakpoints match corsetmaking.css
   ============================================================ */

.dlc-dept-about {
	width: 100%;
	background-color: #ffffff;
	margin-top: 50px;
	box-sizing: border-box;
}

.dlc-dept-about__content {
	margin-bottom: 90px;
	text-align: left;
}

.dlc-dept-about__heading {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 25px;
	margin-top: 0;
	text-align: left;
}

.dlc-dept-about__para {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 17px;
	color: #333333;
	margin-bottom: 30px;
	line-height: 1.6;
	text-align: left;
}

/* ── 480px to 767px ───────────────────────────────────────── */
@media (min-width: 480px) and (max-width: 767px) {
	.dlc-dept-about {
		margin-top: 20px;
	}
	.dlc-dept-about__content {
		width: 450px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ── Below 479px ──────────────────────────────────────────── */
@media (max-width: 479px) {
	.dlc-dept-about {
		margin-top: 20px;
	}
	.dlc-dept-about__content {
		width: 285px;
		margin-left: auto;
		margin-right: auto;
	}
}
