@charset "UTF-8";
/* CSS Document */



.About .Post {
	position: relative;
	display: inline-block;
	float: left;
	width: 33.333%;
	vertical-align: top;
	margin: 0;
	padding: 15px 40px;
}

.About .Post .Photo {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 30%;
	background: no-repeat center center;
	background-size:40%;
}


.About .Post .Desription {
	position: relative;
	bottom: 0;
	left:0;
	right:0;
	text-align: center;
	padding: 0px 0 0 0;
}

.About .Post .Headline {
	font-size: 3em;
	font-weight: 600;
	color: #005c38;
	margin-bottom: 20px;
}

.About .Post .Desription h2 {
	display: table;
	position: relative;
	font-size: 1.7em;
	line-height: 1.25em;
	font-weight: 200;
	color: #007c95;
	min-height: 80px;
	margin-bottom: 10px;
	text-align: center;
	margin: auto;
}

.About .Post .Desription h2 .Center {
	display: table-cell;
	vertical-align: middle;
}

.About .Post .Desription p {
	font-size: .95em;
	line-height: 1.5em;
	font-weight: 200;
}




@media (max-width: 900px)
{
	.About .Post {
		padding: 15px 20px;
		}


}


@media (max-width: 768px)
{
	.About .Post {
		width: 100%;
		}
		
	.About .Post .Photo {
		padding-bottom: 0;
		background-size:contain;
		height: 100px;
	}
}

@media (max-width: 480px)
{
}

