#services_container
{
	
	margin-top:20px;
	text-align:center;
}

.services
{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:31%;
	min-height:400px;
	margin-top:20px;
	margin-left:1%;
	
}
.services img
{
	width:100%;
}

.services h3
{
	font-family:"Roboto Slab","sans serif",serif;
	margin-top:10px;
	text-transform: uppercase;
}

.services p
{
	font-family:"Roboto Slab","sans serif",serif;
	margin-top:8px;
	margin-bottom:45px;
	text-align:left;
	padding:5px;
}
.services div
{
	position:absolute;
	bottom:10px;
	width:100%;
}
.services a
{
	font-family:"Roboto Slab","sans serif",serif;
	text-decoration:none;
	display:inline-block;
	width:90%;
	height:35px;
	line-height:35px;
	margin-top:5px;
	color:green;
	border:2px solid green;
	text-transform: uppercase;
}
.services a:hover
{
	color:white;
	background:green;
}

@media screen and (max-width : 790px)
{
	.services
	{
		width:47%;
	}
}
@media screen and (max-width : 550px)
{
	.services
	{
		width:95%;
	}
}