.landing {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    background: transparent;
    border-radius: 0;
    height: 650px !important;
/*height: 752px;*/
    font-size: 30px;
}

.heading h1 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 33px;
    font-weight: 400;
    margin: 0;
    padding: 27px 0;
    line-height: 1.2;
    height: 158px;
}

.tmm .tmm_job {
    font-size: 14px;
    color: #008FD5;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
       header #logo img {
               height: 500px;
       }
}