@media only screen and (min-width: 1200px) {
    .header {
        max-height: 490px;
        padding-bottom: 100px;
        background-size: auto;
        background-position: center -530px;
    }
}

@media only screen and (min-width: 992px) {
    #step-1 .section--title {
        margin-top: 70px;
    }
}