#banner {
    background-color: var(--site-secondary);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 70px 0px;
}


#banner h2 {
    color: #fff;
}


#banner .description {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px
}

#banner a {

}

@media only screen and (max-width: 980px) {
    #banner {
        margin-bottom: 40px;
    }
}