/* in contact.html form section start */
@media only screen and (max-width: 767px){
    form 
    {
        margin-top: 20px;
    }
}
/* in contact.html form section End */