/* ============================= */
/* ABOUT US – ROOT               */
/* ============================= */
.dr1007aboutushome {
	background: linear-gradient(180deg, #fff3e0, #fffaf5);
	font-family: 'Noto Sans Telugu', sans-serif;
	padding: 20px 0;
}

/* ============================= */
/* ABOUT SECTION                 */
/* ============================= */
.dr1007aboutushome .about {
	max-width: 1100px;
	margin: auto;
	padding: 80px 30px;
	text-align: center;
	position: relative;
}

/* ============================= */
/* HEADING                       */
/* ============================= */
.dr1007aboutushome .about h2 {
	font-size: 42px;
	margin-bottom: 26px;
	color: #bf360c;
	font-weight: 700;
	letter-spacing: 0.6px;
	position: relative;
}

.dr1007aboutushome .about h2::after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	margin: 14px auto 0;
	background: linear-gradient(90deg, #ff6f00, #ffcc80);
	border-radius: 4px;
}

/* ============================= */
/* CONTENT CARD                  */
/* ============================= */
.dr1007aboutushome .about p {
	max-width: 820px;
	margin: auto;
	line-height: 1.9;
	font-size: 19px;
	color: #4e342e;
	background: rgba(255, 255, 255, 0.85);
	padding: 36px 40px;
	border-radius: 28px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), inset 0 0 0 1px
		rgba(255, 204, 128, 0.6);
	backdrop-filter: blur(10px);
}

/* ============================= */
/* RESPONSIVE                    */
/* ============================= */
@media ( max-width : 768px) {
	.dr1007aboutushome .about {
		padding: 60px 20px;
	}
	.dr1007aboutushome .about h2 {
		font-size: 32px;
	}
	.dr1007aboutushome .about p {
		font-size: 17px;
		padding: 28px 24px;
	}
}