/*.our-impact-card-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width:1200px;
	margin:0 auto 0;
}
.our-impact-card {
	height:420px;
	width:250px;
	min-width:250px;
	max-width:250px;
	font-size: 1.5em;
	font-weight:150;
	color:#ffffff;
	margin-right:20px;
	margin-bottom: 30px;
	text-align: right;
}
.impact-highlight {
	font-weight:750;
	font-size:1.65em;
	color:#f9f9f9;
	line-height:.85em;
}
.impact-text {
	font-size:1em;
	line-height:.9em;
	height:200px;
}*/

/*  DEVI EDITS */
.outcome-card-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width:900px;
/*	max-width:1250px;*/
	margin:40px auto;
/*	border:1px solid #ff0000;*/
}
.outcome-card {
	background-color:#ffB100;
	color:#333333;
	box-sizing: border-box;
	height:220px;
/*	width:200px;*/
	width:220px;
/*	min-width:200px;*/
	padding:10px;
/*	max-width:180px;*/
	max-width:220px;
	font-size: 1rem;
	font-weight:350;
/*	color:#636363;*/
	margin-right:20px;
/*	margin-left: -40px;*/
	padding-top:30px;
	margin-bottom: 20px;
/*	FOR NEW AREAS OF FOCUS */
	color:#636363;
/*	background-color:#ffb100;*/
/*	border:1px solid #cccccc;*/
	text-align: center;
/*	border:1px solid #ff0000;*/
	border-radius: 200px;
}

.outcome-about-banner-text-title {
	line-height:1em;
	font-size:3.25rem;
	font-weight:150;
	margin-bottom: 50px;
}

.outcome-about-banner-text-inner {
/*	padding:10px;background-color:rgba(255, 177, 0, 0.45);border:1px solid #ffb100;border-radius:2px;*/
	padding:10px;background-color:rgba(83, 130, 50, 0.45);
	-webkit-transform:translateY(50%);
	-ms-transform:translateY(50%);
	transform:translateY(50s%);
	text-align:center;
	color:#fefefe;
	padding-top:40px;
}

.outcome-about-banner-div {
	height: 300px;
	background-image: url('../imgs/aerial-bg.jpg');
	margin-bottom:80px;
}


.intro-about-text {
	font-size:1rem;
	font-weight:400;
	color: #909090;
	text-align: justify;
	max-width:1000px;
	margin:0 auto 60px;
}