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

.center-block {
    display: block;
    margin: auto;
    text-align: center;
}

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

.subtitle {
    font-size: 1.2em;
    text-align: justify;
}

.panel {
    height: 250px;
}

.panel-left {
    background-image: url('../images/machines.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.panel-right {
    background-color : rgb(119,48,65);
}

.panel-right p {
    color: white;
    max-width: 80%;
    display: block;
    margin: auto;
    margin-top: 90px;
}

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