/** Shopify CDN: Minification failed

Line 32:20 Unexpected "{"
Line 32:29 Expected ":"
Line 36:22 Unexpected "{"
Line 36:31 Expected ":"

**/
/* START_SECTION:image-with-text (INDEX:29) */
.accordion-block {
  border-bottom: 1px solid currentColor;
  opacity: 0.8;
}
.accordion-block__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  cursor: pointer;
  list-style: none;
  font-weight: 500;
}
.accordion-block__title::-webkit-details-marker { display: none; }
details[open] .accordion-block__icon { transform: rotate(45deg); }
.accordion-block__icon {
  transition: transform 0.2s ease;
  font-size: 1.2em;
}
.accordion-block__content {
  padding-bottom: 12px;
}
  #shopify-section-{{ section.id }} h2 {
    font-size: 5rem;
  }
  @media screen and (max-width: 749px) {
    #shopify-section-{{ section.id }} h2 {
      font-size: 2.3rem !important;
    }
  }
/* END_SECTION:image-with-text */
