/** Shopify CDN: Minification failed

Line 121:3 Unexpected ","

**/
.text__with--icons-single--item {
  display: flex;
  gap: 1.9rem;
  position: relative;
  padding: 2.5rem 0;
}
.text__with--icons--box > svg {
  width: 3rem;
}
.text__with--icons--box > img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  height: auto;
}
.text__with--icons--list {
  display: flex;
  justify-content:center;
  grid-template-columns: auto;
}
@media only screen and (min-width: 750px) {
  .text__with--icons-single--item
    + .text__with--icons-single--item.border__show:before {
    border-left: 1px solid var(--text-with-icon-border-color);
    position: absolute;
    content: "";
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
  .text__with--icons-grid-4
    .text__with--icons-single--item
    + .text__with--icons-single--item:before {
    left: -2.5rem;
  }
  .text__with--icons-grid-3
    .text__with--icons-single--item
    + .text__with--icons-single--item:nth-child(4):before,
  .text__with--icons-grid-3
    .text__with--icons-single--item
    + .text__with--icons-single--item:nth-child(7):before {
    display: none;
  }
  .text__with--icons-grid-4
    .text__with--icons-single--item
    + .text__with--icons-single--item:nth-child(5):before {
    display: none;
  }
  .text__with--icons-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 5rem;
    row-gap: 5rem;
  }
}
@media only screen and (min-width: 992px) {
  .text__with--icons--box {
    max-width: 7rem;
  }
  .text__with--icons-grid-3
    .text__with--icons-single--item
    + .text__with--icons-single--item:before {
    left: -7.5rem;
  }
  .text__with--icons-grid-3 {
    column-gap: 15rem;
    row-gap: 5rem;
  }
  .text__with--icons-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 5rem;
    row-gap: 5rem;
  }
  .text__with--icons__position--horizontal
    .text__with--icons-content.text__with--icons-image {
    width: calc(100% - 7rem);
  }
}
@media only screen and (min-width: 750px) and (max-width: 991px) {
  .text__with--icons-grid-3
    .text__with--icons-single--item
    + .text__with--icons-single--item:before {
    left: -2.5rem;
  }
  .text__with--icons--box > svg {
    width: 3rem;
  }
  .text__with--icons-grid-4.text__icons--grid-vertical {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 5rem;
    row-gap: 5rem;
  }
  .text__with--icons-grid-4:not(.text__icons--grid-vertical) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 5rem;
    row-gap: 3rem;
  }
}

@media only screen and (max-width: 749px) {
  .text__with--icons-single--item {
    gap: 0.5rem;
    position: relative;
    flex-direction: column;
    align-items: center;
  }
  .text__with--icons-grid-3,
  .text__with--icons-grid-4 {
    gap: 2rem;
  }
  .text__with--icons-content {
    text-align: center;
  },
}
.text__with--icons__position--icon--top {
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .text__with--icons__position--icon--left {
    flex-direction: row;
    align-items: flex-start;
  }
  .text__with--icons__position--icon--right {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}

.text__with--icons__position--icon--bottom {
  flex-direction: column-reverse;
  align-items: center;
}

.text__with--icons--box {
  border: 1px solid rgba(var(--color-foreground), 0.75);
  display: block;
  padding: 10px;
  border-radius: 100px;
  height: 48px;
  width: 48px;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .text__with--icons--box {
    max-width: 20rem;
  }
}

.text__with--icons-image .text__with--icons--heading {
  margin-bottom: -1px;
}
.text__with--icons--heading {
  font-weight: 600;
}
span.text__with--icons--text {
  display: inline-block;
  line-height: 1.2;
}
.text__with--icons--heading {
  margin-bottom: 0;
}
.text__with--icons-image .text__with--icons--heading {
  margin-bottom: -2px;
}
