.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
background-color: #fff;
color: #654A38;
width: 100%;
border: none;
border-bottom: solid 2px #7cbecc;
font-family: 'Figtree', sans-serif;
font-size:18px;
}
.wpcf7 label{
font-family: 'Figtree', sans-serif;
font-size: 1.2rem;
}
.wpcf7 input:focus,
.wpcf7 textarea{
outline-style: none;
}
.wpcf7 textarea{
border: solid 2px #7cbecc;
}