<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bullet-teaser {
    background: #6f7d88;
    color: #FFF;
    padding-top: 50px;
    padding-bottom: 30px;
}

.bullet-teaser .bull {
    color: #393e44;
}
.bullet-teaser .bull&gt;div:first-child {
    background: #FFF;
    display: block;
    width,height: 200px;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
</pre></body></html>