
section {
	min-height: 0;
}
.item {
	line-height: 23px;
    padding: 48px 10px 30px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;

    display: block;
    float: left;
    min-height: 1px;
    width: 100%;
}
.item i {
    background: #f9f9f9;
    color: #273900;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    font-size: 48px;
    line-height: 96px;
    position: absolute;
    top: -48px;
    left: 50%;
    margin-left: -48px;
    width: 96px;
    text-align: center;
}
.item i:before {
	font-size: 55px;
}
.item .item-bg {
	background: #000;
}
.item .item-content {
	background: #648420;
	
	position: relative;
    color: #ffffff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 61px 29px 25px 30px;
}

.item .item-content ul {
	list-style: none;
	font-size: 18px;
    line-height: 34px;
    padding-left: 5px;
}
.item .item-content ul li:before {
	font-size: 18px;
	padding-right: 10px;
	content: '\f138';
}
.item .item-content ul li a {
	color: #fff;
}
.item .item-content ul li a:hover {
	color: yellow;
	font-weight: normal;
}
.item .item-title {
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
    line-height: 1.2307em;
   margin-bottom: 11px;
    margin-top: 0;
	text-align: center;
}
