    .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.3rem, 1.5vw, 2.1rem);;
    }

    .card h3 {
      font-size: clamp(1rem, 1.5vw, 1.5rem);;
    }

    .card p {
      font-size: clamp(0.9rem, 1.5vw, 1rem);;
    }
