div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

form {
   display: flex;
   flex-direction: column;
   gap: 10px;
}
form h2 {
   font-size: 38px;
   color: #003399;
   text-align: center;
   font-weight: 500;
}
form p {
   font-size: 22px;
   text-align: center;
}
form input[name="user_phone"] {
   width: 100%;
   border: 1px solid #A9A9A9;
   border-radius: 10px;
   height: 45px;
   font-size: 22px;


}