    .card {
      background: white;
      padding: 1.25rem;
      border-radius: 10px;
      box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
      margin-bottom: 1rem;
    }

    .card h2 {
      font-size: clamp(1.2rem, 1.5vw, 2rem);;
    }

    .card p {
      font-size: clamp(0.9rem, 1.5vw, 1rem);;
    }