.product-features {
  margin: 40px 0 20px 0;
  padding-bottom: 20px;
}
@media (max-width:  767px ) {
  .product-features {
    padding-bottom: 0;
  }
}
.product-features .feature .inner {
  display: table;
}
.product-features .feature .fa {
  color: #AEDA72;
  display: table-cell;
  font-size: 25px;
  margin-bottom: 25px;
  vertical-align: top;
}
@media (max-width:  767px ) {
  .product-features .feature .fa {
    font-size: 15px;
    padding-top: 4px;
  }
}
.product-features .feature .content {
  display: table-cell;
  vertical-align: top;
  padding-left: 5px;
}
.none {
  display: none;
}
