@media only screen and (max-width: 480px) {
    .pure-form .itsa-textarea {
        margin-bottom: 0.3em;
        display: block;
    }

    .pure-group .itsa-textarea {
        margin-bottom: 0;
    }
}
