<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width:769px) {
    .text-list-index .text-list-html {
        height: 1300px !important;
        position: relative;
        margin: 0 auto;
    }
}

@media screen and (max-width:769px) {
    .text-list-index .text-list-html {
        width: 100%;
        height: 1300px;
    }
}</pre></body></html>