.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #cccccc;
    color: #000;
    width: 100%;
}
.wpcf7
{
    border: 0px solid #0f0;
}
.wpcf7 input[type=”submit”],
.wpcf7 input[type=”button”] {
background-color:#725f4c;
width:100%;
text-align:center;
text-transform:uppercase;
}
.c-grid {
   display: grid;
   grid-template-columns: auto auto;
   gap: 20px;
}