.page-home .three-cell-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 145px;
    position: relative;
    top: -70px;
}
.three-cell-content ul {
    margin: 0;
    padding: 0;
	text-align:center;
}
.three-cell-content ul li {
    background: #cccccc none repeat scroll 0 0;
    display: inline-block;
    height: 235px;
    margin: 0 25px 0 0;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 371px;
	position:relative;
}
.three-cell-content ul li:last-child {
	margin-right:0;	
}
.three-cell-content   h2{
	color:#fff;
    text-align: center;
	font-size:20px;
	font-weight:normal;
	font-family: 'Conv_Mark Simonson - Proxima Nova Regular';
	margin:0;
	padding:0;
	position:absolute;
	left:25px;
	bottom:-54px;
	width:116px;
	height:116px;
	line-height:104px;
	border-radius:50%;
	border:7px solid #fff;
	background-color:#90589a;	
}
.three-cell-content ul li:first-child h2{
	background-color:#93d243;	
}
.three-cell-content ul li:last-child h2{
	background-color:#56ccd6;	
}
.three-cell-content .cell-img{
    width: 371px;
    height: 235px;
	text-align:center;
	overflow:hidden;
}
.three-cell-content  .cell-img  img{
	max-width:100%;
	height:auto;
	transition-duration: 0.5s;
}
.three-cell-content  .cell-img:hover  img {
    transform: scale(1.05);
}
.three-cell-content h2 a {
    color: #ffffff;
    display: block;
}
.three-cell-content a:hover {
    color: #000000;
    text-decoration: none;
}
