
#contact-us{
    margin: 0 0 40px 0;
}

#contact-us .wrap{
    max-width: 1280px;
}

#contact-us h3{
    display: table;
    color: #007579;
}

#contact-us h3:after{
    background-color: #ec7200;
    margin: 12px 0 0 0;
    display: block;
    content: "";
    height: 6px;
    width: 70px;
}#contact-us form fieldset{
    width: calc(50% - 10px);
    display: block;
    float: left;
}

#contact-us form fieldset:first-of-type{
    margin-right: 20px;
}

#contact-us form textarea{
    min-height: 120px;
    height: 120px;
}

@media screen and (max-width: 470px) {
    #contact-us form fieldset{
        width: calc(100% - 10px);
    }

    #contact-us form button{
        width: calc(100% - 80px);
        text-align: center;
        margin: 0 auto;
        display: table;
    }

    form .form-error,
    form .form-return{
        text-align: center;
    }
}