.features img{
  float: right;  
}
.features-content h4{
  padding: 0px 0 5px 0;
}
.features{
  margin-bottom: 20px; 
}
.features:last-child{
  margin-bottom: 0px; 
}

@media only screen and (max-width: 767px) {
  .features img{
     float: none;
  }

