/** Shopify CDN: Minification failed

Line 29:21 Expected identifier but found whitespace
Line 29:23 Unexpected "{"
Line 29:32 Expected ":"
Line 43:0 Unexpected "<"
Line 79:2 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.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;
  }
<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>