.oa-features ul {
    list-style: none;
}

.oa-features ul li {
    float: left;
    margin-right: 20px
}
.product-oa-features {
  color: #ccc;
  font-size: 11px;
}

.product-oa-features span {
  color:  #ccc;
  font-size: 20px;
}
@media (max-width: 667px) {
  .oa-features ul li {
    float: left;
    margin-right: 10px
}
.product-oa-features img {
  width: 30px;
}
  .product-oa-features {
  color: #bebebe;
  font-size: 11px;
}

.product-oa-features span {
  color:  #bebebe;
  font-size: 15px;
}
}