
    .ai-desc-container h2 {
      font-size: 22px;
      font-weight: 700;
      line-height: 1.4;
      margin: 32px 0 16px;
      color: #333;
      position: relative;
      padding-left: 12px;
      border-left: 5px solid #1f4e79;
    }
    .ai-desc-container h3 {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.4;
      margin: 24px 0 12px;
      color: #333;
      position: relative;
      padding-left: 12px;
      border-left: 4px solid #1f4e79;
    }
    .ai-desc-container p {
      font-size: 15px;
      line-height: 1.6;
      margin: 0 0 16px;
      color: #333;
      padding: 0;
    }
    .ai-desc-container hr {
      border: none;
      border-top: 1px solid #eaeded;
      margin: 32px 0;
      height: 0;
    }
    .ai-desc-container > *:first-child {
      margin-top: 0;
    }
    .ai-desc-container > *:last-child {
      margin-bottom: 0;
    }
  