@media screen and (min-width: 720px) {
#create_customer .formbuilder-textarea {
    width: calc(100% - 20px) !important;
}
}