/** Shopify CDN: Minification failed

Line 31:21 Expected identifier but found whitespace
Line 31:23 Unexpected "{"
Line 31:32 Expected ":"
Line 48:0 Unexpected "<"
Line 84:2 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:footer-jewel (INDEX:20) */
.w-full {
    width: 100%;
  }

  .styled-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px auto;
    width: 100%;
    max-width: var(--page-width);
  }
  .styled-table thead {

  }
  .styled-table thead th {
    left: 0;
    background-color: {{ section.settings.background }};
  }
  .styled-table thead tr {


    text-align: left;
  }
  .styled-table th,
  .styled-table td {
    padding: 12px 15px;
  }
  .styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
  }
/* END_SECTION:footer-jewel */

/* START_SECTION:testimonial-columns (INDEX:62) */
<style>


  .testimonial-heading {
  }

  .testimonials-grid {

  }

  .testimonial {
      border-left: none;
      margin: 0;
      padding: 2.5rem;
  }

  .testimonial-icon {
      flex-shrink: 0;
      color: #cbd5e0;
  }

  .testimonial-content {
      margin-top: 2rem;
  }

  .testimonial-text {
      font-size: 1.6rem;
  }

  .testimonial-author {
      margin-top: 1rem;
      font-weight: 600;
      color: #1a202c;
  }


  </style>
/* END_SECTION:testimonial-columns */