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