.featurepromotes{ margin:25px 0px; }

.featurepromote{ display:block; margin-bottom:10px; padding:0; padding-left:28px }

.featurepromote span{font-size: 14px;font-weight: 400; color:#000}

.featurepromote span::before{
  content: "";
	background-image:url(../img/zfeature.png);
    display: block;
    float:left;
    width: 17px;
    height: 19px;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
	position:absolute;
	left:20px
}
