<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
    background: url('../resource/img/top/3.jpg') center center no-repeat;
    background-size: cover;
    height: 400px;
    color: #efefef;
    padding: 250px 20px 0 0;
}

@media (max-width: 768px) {
    .banner {
        padding: 220px 20px 0 0;
    }
}

.box {
    padding: 20px;
    border: 1px solid #D9B300;
    border-radius: 5px;
    margin: 10px;
}
</pre></body></html>