
   
        }
        .faq-container {
            background: #fff;
            max-width: 800px;
            width: 100%;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .faq-item {
            margin-bottom: 20px;
        }
        h2 {
            font-size: 18px;
            margin-bottom: 5px;
        }
        p {
            font-size: 16px;
            color: #333;
        }
        @media (max-width: 600px) {
            .faq-container {
                padding: 15px;
            }
            h2 {
                font-size: 16px;
            }
            p {
                font-size: 14px;
            }
        }
    