#sac textarea {
    height: 120px;
}

@media (max-width: 320px) {
    #sac textarea {
        height: 60px;
    }
}