
       .allpujadiv{
       
    
       }
        .puja-list-container {
            max-width: 600px;
            margin: 50px auto;
            background: #fff;
            padding: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            cursor: pointer;
        }
        .puja-list-container h2 {
            color: #800000;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 20px;
        }
        /* .puja-item:hover{
            background-color: #ff4500;
        } */
        .puja-item {
            padding: 15px 0;
            border-bottom: 1px solid #ddd;
            font-size: 18px;
        }
        .puja-item:last-child {
            border-bottom: none;
        }
        .puja-item::before {
            content: '▶';
            color: #ff4500;
            margin-right: 10px;
            font-size: 16px;
        }
        @media (max-width: 768px) {
            .puja-list-container {
                max-width: 90%;
                padding: 15px;
            }
            .puja-list-container h2 {
                font-size: 20px;
            }
            .puja-item {
                font-size: 16px;
            }
            /* .about-img{
                width: 400px;
            } */
        }
/* 
        @media (max-width: 480px) {
            .about-img{
                width: 300px;
            }
        } 
        @media(max-width : 390px){
            .about-img{
                width: 230px;
            } 
        }
        @media(max-width : 282px){
            .about-img{
                width: 180px;
            } 
        } */
        /* @media (min-width:632px) and (max-width:762px) {
            .about-img{
                width: 700;
            }
        } */
        /* @media (min-width:576px) and (max-width:767px) {
            .about-img{
                width: 550px;
            }
        } */
        
       