/** Shopify CDN: Minification failed

Line 6:20 Unexpected "/"

**/
* section-benefits */
.benefits-list-wrapper {
  margin: 32px auto 32px auto;
}

.benefits-list-inner {
  grid-gap: 16px;
  flex-wrap: nowrap;
  position: relative;
  grid-template-columns: repeat(1, 1fr);
  display: grid;
}

.benefits-list-item--image {
  flex: 0 0 auto;      /* image only takes the space it needs */
  max-width: 52px;     /* keep your existing size limit */
  width: auto;         /* don’t stretch to 100% */
  display: flex;       /* keeps SVGs or images centered if needed */
  align-items: center; /* vertical centering inside its own box */
      margin-left:16px;

}

.benefits-list-item {
  /* flex: 0 0 33.333%; */
  grid-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 2;
}
.benefits-list-item--text,
.benefits-list-item--title h3 {
  letter-spacing: -0.03em;
  font-family: var(--font-heading-family);
}
.benefits-list-item--title h3 {
  color: rgb(var(--gray-25));
  font-weight: 600;
  font-size: 21px;
  margin: 0;
  padding: 0;
  line-height: 1.35em;
}
.benefits-list-item--text {
  color: rgb(var(--gray-200));
  font-weight: 500;
  font-size: 16px;
}
.benefits-list-item-text p {
  margin: 0;
}