/** Shopify CDN: Minification failed

Line 11:0 Unexpected "<"
Line 38:0 Unexpected "<"
Line 66:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.two-column-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0;
}

.two-column {
  flex: 1;
  min-width: 300px;
}

.two-column img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.two-column h2 {
  margin-top: 0;
}
  .two-column-section .two-panel{
    display: flex;
    align-items: center;
    gap:70px;
  }
</style>
<style>
.two-column-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0;
}

.two-column {
  flex: 1;
  min-width: 300px;
}

.two-column img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.two-column h2 {
  margin-top: 0;
}
  .two-column-section .two-panel{
    display: flex;
    align-items: center;
    gap:70px;
  }
</style>