#body article{
padding-left: 190px;
position: relative;
width:540px;
height: 180px;
float: left;
margin-right:30px;
margin-bottom: 30px;
}

article h3{
margin-bottom: 10px;
font-size: 16px;
}

article:nth-child(even){
margin-right: 0;
}

article p{
font-size: 14px;
}

article .img img{
display: inline-block;
height:170px;
font-size: 16px;
border-radius: 170px;
position: absolute;
top:5px;
left:5px;
}

#body article:after {
content:" ";
background: url(../images/top/feature1.png);
width:180px;
height: 180px;
display: block;
position: absolute;
top:0;
left: 0;
}