@media (max-width:1400px) {
    .studio-about h2{
        font-size: 52px ;
    }
    
}

@media (max-width:991px) {
    .hero-header{
        padding: 60px !important;
        margin-top: 22px;
    }
    
}

@media (max-width:750px) {
    .hero-header h1{
        font-size: 46px !important ;
    }
    .studio-about h2{
        font-size: 40px !important ;
    }
    .service-Sec-two 
    { 
        display: flex ;
        justify-content: center ;
    }
    
}

@media (max-width:460px) {
    .hero-header h1{
        font-size: 30px !important ;
    } 
    .hero-header{
        padding: 10px !important; 
    }
    .form-container { 
        padding: 20px !important;  
        border-radius: 20px !important;
    }
    .event-form h2 { 
        font-size: 18px !important; 
    }
    .studio-about h2{
        font-size: 25px !important ;
    }
    .web-full-image {
        padding: 120px !important;
    }
    .top-header{  
        padding: 10px !important;
        height:44px !important;
    } 
} 