header {
    background-image: url(../../../images/contact-us/background.jpg);
    height: auto;
    min-height: 50vh;
/*    background-position: center -63px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
/*    position: relative;
    color: #fff;*/
}

.staticPage  {
    padding: 1.5rem 0;
}

.title {
    position: absolute;
    bottom: 0;
    color: #ffff;
    border-bottom: 4px solid #fff;
    padding: 0.625rem;
    right: 0;
    left: 0;
    font-size: 3.4375rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4rem;
}

form input, form textarea {
    background: #f6f6f6 !important;
}

.contentContainer {
    padding: 2rem 2.5rem;
    margin: 3rem auto; /*40px*/
    background: #fff;
}
