
      .hero-img {
        height: auto;
        object-fit: cover;
      }
      @media (max-width: 768px) {
        .hero {
          height: auto;
          text-align: center;
        }
        .hero-img {
          width: 60%;
          margin-top: 1.5rem;
        }
      }

      .card {
        border: 1px solid #0288d1;
        transition: transform 0.2s;
      }


        .feature-card {
      border-radius: 15px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      background-color: #fff;
      padding: 1rem;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      gap: 1rem;
    }
    .feature-icon {
      background-color: #50b7b0;
      border-radius: 12px;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      font-size: 1.5rem;
      font-weight: 600;
      color: #fff;
    }
    .feature-text h6 {
      margin-bottom: 0.25rem;
      font-weight: 600;
    }
    .feature-text p {
      font-size: 0.9rem;
      color: #6c757d;
      margin: 0;
    }
    .title-highlight {
      color: #34b1aa;
    }

    .card-pasien {
      background-color: #35b8ff;
      border: none;
      border-radius: 5px;
      text-align: center;
      padding: 1.5rem;
      font-weight: 600;
      color: white;
    }