.cf7-row{
display:flex;
gap:20px;
margin-bottom:15px;
}

.cf7-col{
flex:1;
}

.cf7-col input,
.cf7-col select{
width:100%;
}

@media (max-width:768px){
.cf7-row{
flex-direction:column;
}
}