/** Shopify CDN: Minification failed

Line 20:25 Unexpected "{"
Line 20:32 Expected ":"
Line 20:39 Unexpected "{"
Line 28:27 Unexpected "{"
Line 28:34 Expected ":"
Line 28:41 Unexpected "{"

**/


/* CSS from section stylesheet tags */
@media screen and (max-width: 749px) {
    .image-with-text__text {
      font-size: var(--mobile-font-size) !important;
    }
  }

  .button.custom-button-{{ block.id }} {
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    border-color: var(--button-border-color);
    font-size: var(--button-desktop-size);
  }

  @media screen and (max-width: 749px) {
    .button.custom-button-{{ block.id }} {
      font-size: var(--button-mobile-size);
    }
  }

  .benefit-item span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
  }

  @media screen and (max-width: 749px) {
    .benefit-item span {
      font-size: 16px !important;
    }
  }