<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main a[href^=tel] {
    font-family: 'Milo';
    font-weight: bold;
}

@media screen and (min-width: 1200px) {
    .no-touch .page-header &gt; img {
        height: calc(40vw - 48px);
    }
}

@media screen and (min-width: 1920px) {
    .no-touch .page-header &gt; img {
        height: calc(768px - 48px);
    }
}</pre></body></html>