.contact-banner
{
    background: url(../img/contact/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 78px !important;

}

.contact-banner h1
{
    color: white;
    font-weight: 800;
    font-size: 48px;
    padding: 165px 0px;
}

.touch-form
{
    padding: 0px;
}

@media (max-width:992px)
{


    .contact-banner h1
    {
        font-size: 34px;
        padding: 50px 0px;
    }

    .contact-banner
    {
        margin-top: 56px !important;
    }   

}