
.page.contacts .landing-header a {
    font-size:unset;
}

.page.contacts .landing-background{
    background-image: url("images/contact.png");
    background-position-x: center!important;
}

h1{
    margin-bottom: 2em;
}

@media (max-width: 1028px){
    .page.contacts section.landing  .landing-background{
        background-position-y: 15%;
    }
}

@media (min-width: 1028px){
    .page.contacts section.landing .title-container{
        height: 500px;
    }
}

@media (min-width: 1280px){
    .page.contacts .landing-background{
        background-position-y: -65px;
    }
}