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-style {
display: flex;
gap: 100px;
justify-content: space-between;
align-items: center;
}
.form-style form {
margin-top: 50px;
}
.form-style form .btn-style-1{
 margin-top: 17px;
}
.form-style-img {
    border-radius: 20px;
    width: 680px;
    max-width: 100%;
}

.form-style-input {
    border: none;
    border-bottom: 1px solid #212529;
    min-height: 30px;
    padding: 12px 0;
    margin-bottom: 6px;
    font-size: 16px;
}
@media (max-width: 767.98px) { 
    .form-style { 
        gap: 30px; 
        flex-direction: column;
    }
    .form-style form {
        margin-top: 30px;
    }
 }