

/* Media query for mobile devices */
@media screen and (max-width: 768px) {
    .sandeep1 {
        height: 200px;
    }
    
    .parallax-section{
        height: 200px;
    }
}

@media screen and (max-width: 480px) {
    .sandeep1 {
        height: 200px;
    }
    
    .parallax-section{
        height: 200px;
    }
    
    
}

@media screen and (max-width: 320px) {
    .sandeep1 {
        height: 200px;
    }
    
    .parallax-section{
        height: 200px;
    }
    
}

@media screen and (max-width: 240px) {
    .sandeep1 {
        height: 200px;
    }
    .parallax-section{
        height: 200px;
    }
    
}