input.inp1 {
    width: 500px;
}

textarea {
    width:600px;
    height:300px;
}

p.buttons {
    width:600px;
    text-align:right !important;
    display:block;
}

@media screen and (max-width: 870px) {
    input, input.inp1 {
        width: 97%;
    }
    
    textarea {
        width: 100%;
    }
    
    p.buttons {
        width: 100%;
    }
    
    p.buttons input {
        width:auto;
        display: inline-block;
    }
}