/* ---------- About GNS Section Styles ---------- */
.about-container {
	background: #ffffff;
	padding: 50px 40px;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	margin-top: 30px;
	margin-bottom: 50px;
}

.about-container h1 {
	font-size: 2.5rem;
	color: #2f8596;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

.about-container h3 {
	color: #2f8596;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 15px;
}

.about-container .lead {
	font-size: 1.1rem;
	color: #444;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 30px;
}

.about-container p {
	color: #555;
	line-height: 1.8;
	text-align: justify;
}

.about-container ul {
	list-style-type: square;
	padding-left: 25px;
	margin-top: 10px;
}

.about-container ul li {
	margin-bottom: 8px;
	font-weight: 500;
	color: #333;
}

.about-container .row {
	margin-top: 30px;
}

.about-container .row + .row {
	border-top: 1px solid #e6e6e6;
	padding-top: 25px;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
	.about-container {
		padding: 30px 20px;
	}
	.about-container h1 {
		font-size: 2rem;
	}
	.about-container h3 {
		font-size: 1.3rem;
	}
}
