#banner{
    background-color: #4e555b;
    height: 400px;
}

#banner img {
    height: 100%;
    object-fit: cover;
    filter:brightness(50%);
}

#banner .desc-wrap {
    position: absolute;
    color: #fff;
    height: 200px;
    top: 170px;
    bottom: 0;
    left: 0;
    right: 0;
}

#contact{
    font-size: 20px;
    padding: 30px 0;
    color: #737373;
}

#contact hr{
    border-top: 1px dashed rgba(0,0,0,.1);
}