.feedback_section{
    width: 100%;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feedback_center{
    width: 70%;
    min-height: 500px;
    display: flex;
}
.feedback_info{
    width: 50%;
    height: 500px;
}
.feedback_contact_info{
    padding-top: 20px;
    display: flex;
    justify-content: center;
}
.feedback_contact_mail strong{
      font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
}
.feedback_contact_mail p{
    font-family: "Avant Garde";
    font-size: 18px;
}
.feedback_form{
    width: 100%;
    height: 100%;
    padding-top: 20px;
    background: rgba(192, 191, 191, 0.4);
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
}
.feedback_form form{
    width: 80%;
}
.feedback_inp{
    min-height: 120px;
}
@media only screen and (max-width: 755px){
    .feedback_center{
        width:100%;
        display: unset;
    }
    .feedback_info{
        width: 90%;
    }
}
