Hey there! I was able to get this to work – thank you so much! I removed my pre-existing CSS of vertical-align: middle from each column and added an !important tag to text area field.
Final CSS:
#gform_1 #input_1_1 {
margin-top: 0px
}
.gform_wrapper textarea.medium {
height: 188px !important;
}
Thanks!