/** Shopify CDN: Minification failed

Line 25:0 Expected ")" to end URL token

**/
.icon-with-text-area {
  padding: 40px 0;
}
.icon-with-text-area .container {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.icon-with-text-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 900px;
  row-gap: 30px;
  width: 100%;
}
.icon-with-text-area {
  --mb-desktop-bg-url: url(/cdn/shop/files/WhatsApp_Image_2026-02-17_at_20.33.46.jpg?v=1771340982);
  --bg-desktop-bg-url: url(/cdn/shop/files/WhatsApp_Image_2026-02-17_at_20.33.46.jpg?v=1771340982;
}
.icon-with-text-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.icon-with-text-area {
  background-image: var(--mb-desktop-bg-url);
}
.main-icon-with-text-row {
  -moz-column-gap: 18.5px;
  column-gap: 18.5px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
.main-image-with-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 246px;
  width: 100%;
}
.main-icon {
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDQiIGhlaWdodD0iMTA0IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTA0IDEwNCI+PGNpcmNsZSBjeD0iNTIiIGN5PSI1MS43MzYiIHI9IjUxLjQ4IiBmaWxsPSJ1cmwoI2EpIiBmaWxsLW9wYWNpdHk9Ii4zIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iLjUyMSIgeDI9IjEwNy4zODYiIHkxPSIuMjU2IiB5Mj0iNC40ODQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9Ii4xIiBzdG9wLWNvbG9yPSIjZGZiMTQyIi8+PHN0b3Agb2Zmc2V0PSIuNDk1IiBzdG9wLWNvbG9yPSIjZTk4MDQ0Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjYWY4OTk4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+);
  border-radius: 50%;
  display: flex;
  height: 103px;
  justify-content: center;
  padding: 25px;
  width: 103px;
}
.main-icon img {
  width: 100%;
  height: auto;
}
.main-image-with-text-content {
  text-align: center;
  width: 100%;
}
.icon-with-text-container .section-title .title {
  max-width: 560px;
}
.image-with-text-title {
  color: #000;
  font-family: var(--font-body-secondary);
  font-size: 20.959px;
  font-weight: 400;
  line-height: 24.452px;
  margin: 20px auto 0;
  max-width: 216px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: normal;
}
.main-image-with-text-content .description {
  margin-top: 10.5px;
  color: #1f1f1f;
  font-family: var(--font-body-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}
.small-icon-with-text-wrap {
  align-items: start;
  -moz-column-gap: 4px;
  column-gap: 4px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 -4px;
  row-gap: 15px;
}
.single-small-icon-with-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 7.63px;
}
.small-image-with-text-con {
  color: #1f1f1f;
  font-family: var(--font-body-family);
  font-size: 9.159px;
  font-weight: 500;
  letter-spacing: 0.824px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.small-image-with-text-con p {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .icon-with-text-area {
    background: var(--bg-desktop-bg-url);
  }
  .main-icon-with-text-row {
    align-items: start;
    grid-template-columns: repeat(3, 1fr);
  }
  .image-with-text-title {
    margin: 15.75px auto 0;
  }
  .small-icon-with-text-wrap {
    -moz-column-gap: 15px;
    column-gap: 15px;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: 1fr;
    margin: 0;
  }
  .single-small-icon-with-text {
    max-width: 145px;
    row-gap: 12.49px;
  }
  .small-image-with-text-con {
    font-size: 14.982px;
    letter-spacing: 1.348px;
  }
}
