#home-content textarea{
    width:33%;
}

@media only screen and (max-width:768px){
    #home-content textarea{
        width:100%;
    }
}