<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.inner {}

.inner-title {
    padding: 0 0 10px;
    font: bold 16px/24px "å¾®è½¯é›…é»‘";
    color: #000;
    text-align: center;
}

.inner-p p {
    font: 400 14px/24px "å¾®è½¯é›…é»‘";
    color: #000;
    text-align: justify;
}

.inner-p p img {
   width: 100%;
}

@media (min-width: 1200px) {
    .inner {
        padding: 50px 100px; 
    }

    .inner-title {
        padding: 0 0 20px;
        font: bold 24px/30px "å¾®è½¯é›…é»‘";
        text-align: left;
    }

    .inner-p p {
        font: 400 16px/30px "å¾®è½¯é›…é»‘";
    }
}</pre></body></html>