
  .hiet-cat {
    --green: #199B45;
    --text: #172019;
    --muted: #5f6b62;
    --border: #dce6de;
    max-width: 980px;
    margin: 0 auto;
    padding: 64px 20px;
    color: var(--text);
  }

  .hiet-cat__head {
    margin: 0 0 24px;
    padding-left: 14px;
    border-left: 3px solid var(--green);
  }

  .hiet-cat__head span {
    display: block;
    margin-bottom: 7px;
    color: var(--green);
    font-size: 12px;
    font-weight: 700;
  }

  .hiet-cat h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.25;
  }

  .hiet-cat__intro,
  .hiet-cat__faq-item p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
  }

  .hiet-cat__faq {
    margin-top: 48px;
  }

  .hiet-cat__faq-item {
    padding: 20px 0;
    border-bottom: 1px solid var(--border);
  }

  .hiet-cat__faq-item h3 {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.45;
  }

  @media (max-width: 640px) {
    .hiet-cat { padding: 48px 18px; }
    .hiet-cat h2 { font-size: 25px; }
    .hiet-cat__intro,
    .hiet-cat__faq-item p { font-size: 14px; }
  }
