/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 03 2026 | 06:56:44 */
.spec-about {
    max-width: 800px;
    margin: 0 auto;
    font-family: inherit;
    color: #374151;
    box-sizing: border-box;
  }
  .spec-about * {
    box-sizing: border-box;
  }
  .spec-about p {
    margin: 0 0 18px;
    line-height: 1.65;
    color: #4b5563;
  }
  .spec-about__intro {
    position: relative;
    margin-bottom: 32px;
    padding: 32px 32px 32px 40px;
    background: linear-gradient(135deg, #f0f7f6 0%, #f7faf9 100%);
    border-left: 4px solid #0a544f;
    border-radius: 0 16px 16px 0;
    box-shadow: 0 2px 10px rgba(10, 84, 79, 0.04);
  }
  .spec-about__quote-icon {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 2rem;
    color: rgba(10, 84, 79, 0.12);
  }
  .spec-about__intro p {
    color: #1f2937;
  }
  .spec-about__intro p:last-child {
    margin-bottom: 0;
  }
  .spec-about__accent {
    margin-top: 12px;
    color: #0a544f !important;
    font-weight: 700;
    font-size: 1.1rem;
  }
  .spec-about__highlight {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin: 32px 0;
    padding: 24px 28px;
    background-color: #ffffff;
    border: 1px solid rgba(10, 84, 79, 0.18);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  }
  .spec-about__highlight-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    background-color: rgba(10, 84, 79, 0.08);
    color: #0a544f;
    border-radius: 50%;
    font-size: 0.9rem;
  }
  .spec-about__highlight-title {
    color: black !important;
    font-size: 1.05rem;
    margin-bottom: 8px !important;
  }
  .spec-about__highlight p:last-child {
    margin-bottom: 0;
  }
  .spec-about__final {
    margin-top: 32px !important;
    margin-bottom: 0 !important;
    padding: 20px 24px;
    background-color: #f9fafb;
    border-left: 3px solid #0a544f;
    border-radius: 0 8px 8px 0;
    font-weight: 600;
    color: #111827 !important;
  }
  @media (max-width: 1024px) {
    .spec-about p {
      margin-bottom: 14px;
      line-height: 1.55;
    }
    .spec-about__intro {
      margin-bottom: 24px;
      padding: 20px 20px 20px 24px;
    }
    .spec-about__quote-icon {
      top: 14px;
      right: 14px;
      font-size: 1.5rem;
    }
    .spec-about__highlight {
      flex-direction: column;
      gap: 12px;
      margin: 24px 0;
      padding: 20px;
    }
    .spec-about__final {
      margin-top: 24px !important;
      padding: 16px 18px;
    }
  }