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

.ttWrap h3 {
    line-height: 56px;
    font-size: 36px;
    font-weight: 700;
    color: #f89a17;
    padding-bottom: 17px;
    position: relative;
}

.ttWrap h3:before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 10px;
    background-color: #f89a17;
    top: 60px;
    box-shadow: 10px 0px 0 0 #f89a17, 20px 0px 0 0 #f89a17, 30px 0px 0 0 #f89a17, 50px 0px 0 0 #f89a17;
}</pre></body></html>