/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
div.performize-product-features {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px 10px;
  justify-content: space-around;
  align-items: center;
  margin: 15px 0;
}

div.performize-product-features > img {
  max-width: 80px;
  margin: auto;
}

@media screen and (max-width: 576px) {
  div.performize-product-features > img {
    max-width: 55px;
  }
}

/*# sourceMappingURL=performize_product_features-public.css.map */
