@media screen and (max-width: 480px) {
    
    .hero{
        margin-top: -55px;
        flex-direction: column-reverse;
        gap: 40px;
    }
    h1{
        font-size: 35px;
        font-weight: 600;
    }
    h2{
        font-size: 18px;
    }
    p{
        font-size: 10px;
    }
    .branch{
        margin-top: 15px;
    }
    .mai{
        text-align: center;
    }
    
    .cards{
        flex-direction: column;
        align-items: center;
    }
    .about{
        flex-direction: column;
        align-content: center;
        gap: 40px;
    }
    .Aboutimage {
        justify-content: center;
        height: 250px;
        width: 80%;
    }
    .about_para{
        text-align: center;
        max-width: 350px;
    }
    .download_btn{
        justify-content: center;
        
        
    }
    .form {
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
        width: auto;
        
    }
    .form-body{
        width: 90%;
    }
    
    .last_btn{
        flex-direction: row;
    }
    .send{
        height: 25px;
        width: 110px;
        font-size: 13px;
    }
    .reset{
        height: 25px;
        width: 110px;
        font-size: 13px;
    }
}