@media only screen and (max-width : 767px) {.wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="text"] {
width: 80%;}}

@media only screen and (max-width : 600px) {.wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="text"] {
width: 80%;}}

@media only screen and (max-width : 480px) {.wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="text"] {
width: 80%;}}

@media only screen and (max-width : 360px) {.wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="text"] {
width: 80%;}}

@media only screen and (max-width : 320px) {.wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="text"] {
width: 80%;}}