<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero .imagebox {
    background-color: #333;
    padding: 1em;
}

.hero .imagebox img {
    width: 100%;
}

.hero .banner-tagline {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    line-height: 1;
    bottom: -0.1em;
    right: 0;
    margin: 0;
    font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif;
}

.hero .container {
    min-height: 400px;
}

@media (min-width:768px) {
    .hero .imagebox {
        position: relative;
        top: 50px;
        margin-right: 5px;
    }
    .hero .banner-tagline {
        font-size: 2.3em;
    }


}

@media (min-width: 992px) {
    .hero .banner-tagline {
        font-size: 3.3em;
    }
}</pre></body></html>