#banner {
    height:500px;
    background-image: url('../images/contact-banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: solid 3px lightgray;
}

.title {
    text-align: center;
    color: rgb(119,48,65);
}

.subtitle {
    text-align: center;
}

.contact {
    padding: 20px;
    border: solid 1px lightgray;
}

@media only screen and (max-width: 768px) {
    #banner {
        height: 250px !important;
    }
}
