.footer_banner_blog { overflow:hidden; }
.footer_banner_blog .item { padding: 0 20px; }
.footer_banner_blog .item .box {   
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2), inset 5px 0px 0px 0px rgba(75, 197, 153, 0.004);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2), inset 5px 0px 0px 0px rgba(75, 197, 153, 0.004);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2), inset 5px 0px 0px 0px rgba(75, 197, 153, 0.004);
	padding: 7px 20px 10px 30px;
    margin-bottom: 10px;
    margin-top: 10px;
	border-radius: 2px;
	background-color: #fff;
	position: relative;
	height: 150px;
}
.footer_banner_blog .item .box:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0px;
    left: 0px;
    background-color: #2AC59B;
}
.footer_banner_blog .item .box p { position: absolute; text-align: center; padding: 10px 20px;top: 50%;left: 50%;margin-right: -50%;transform: translate(-50%, -50%) }
.footer_banner_blog .item .box a { font-weight: 500; color: #384047; }
	