<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.module-tit {
    padding-top: 5%;
    padding-bottom: 3.5%;
    text-align: center;
    font-size: 36px;
    color: #333;
}

    .module-tit .module-tit-h3 {
        font-weight: normal;
    }

    .module-tit .module-tit-line {
        margin: 10px auto 0;
        width: 45px;
        height: 1px;
        background: #e84416;
    }

    .module-tit.white {
        color: #fff;
    }</pre></body></html>