@media screen and (max-width: 480px) {
    textarea {
        width: 95%;
    }
    input {
        width: 95%;
    }
}

