@charset "utf-8";

.product-value-section { background-color: transparent; color: rgb(30, 30, 30); }

@media only screen and (min-width: 768px) {
  .product-value-section { background-color: rgb(240, 244, 245); }
}

.product-value { background-color: rgb(240, 244, 245); }