.product-energy-bg {
  position: relative;
  background-color: #FAFCFF;
  background-image: url("/assets/images/products/chemicalvector.png");
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: cover;  */
  overflow: hidden;
}
.product-energy-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(250, 252, 255, 0.92);
  z-index: 0;
}
.product-energy-bg .container {
  position: relative;
  z-index: 1;
}

