#feedbackForm{border:1px solid #e1e1e1;padding:30px 0}
.feedback{display:flex;flex-wrap:wrap;font-size:0.9375rem;color:#8a8a8a}
.feedback div{width:50%;display:flex;justify-content:space-between;box-sizing:border-box;padding:10px 40px}
.feedback input{width:100%;border:0;outline:0;padding:5px 10px;border-bottom:1px solid #c8c8c8;color:#8a8a8a;font-family:Arial,Helvetica,sans-serif}
.feedback p{border-bottom:1px solid #c8c8c8;padding:5px;flex:0 0 auto;white-space:nowrap;margin-bottom:0;}
.feedback i{margin-right:10px}
.feedback .contenttxt{width:100%;flex-wrap:wrap}
.feedback .contenttxt p{border:0;width:100%;}
.feedback .contenttxt textarea{border:0;border-bottom:1px solid #c8c8c8;padding:10px 5px;width:100%;height:100px;color:#8a8a8a;font-family:Arial,Helvetica,sans-serif}
.feedback .feedback-submit{flex-direction:column;width:unset}
.feedback-submit button{border:0;outline:0;background:#81a05d;border-radius:3px;color:#fff;height:52px;font-size:0.9375rem;font-weight:600;padding:0 20px}
.feedback-submit button:hover{background:#aaa}
.feedback-submit p{border:0}
@media screen and (max-width:960px){
.feedback div{width:100%}
}