/* Mission Statement Box */

.mission-box {
	clear: both;
	margin: 40px 0;
	padding: 35px;
	background: #f8f5f0;
	border: 1px solid #d8cfc2;
	border-left: 6px solid #b89b6a;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	text-align: center;
}

.mission-box h2 {
	font-size: 32px;
	margin-bottom: 20px;
	color: #5c4632;
	font-weight: 600;
}

.mission-box p {
	font-size: 18px;
	line-height: 1.9;
	color: #555;
	margin: 0;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
