/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 67:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .comparison-section {
    background: #ffffff;
    padding: 40px 20px;
    font-family: 'Nunito', sans-serif;
  }

  .comparison-title {
    text-align: center;
    color: #242833;
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 40px;
  }

  .comparison-table {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    border-collapse: collapse;
    overflow-x: auto;
  }

  .comparison-table th,
  .comparison-table td {
    text-align: center;
    padding: 18px 12px;
    border-bottom: 1px solid #2F2F2F;
    font-size: 0.95em;
    color: #242833;
    background-color: #ffffff;
  }

  .comparison-table th {
    background-color: #2F2F2F;
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
  }

  .left-label {
    text-align: left;
    font-weight: 600;
    background-color: #ffffff;
  }

  @media (max-width: 768px) {
    .comparison-table th,
    .comparison-table td {
      font-size: 0.8em;
      padding: 12px 8px;
    }

    .comparison-title {
      font-size: 1.5em;
    }
  }
</style>