

h3 { 
    font-size: 20px;
}

ol.second-ol {
    list-style: none;counter-reset: my-counter;
}

ol.second-ol > li {
    counter-increment: my-counter;text-indent: -1.5em;
}

ol.second-ol > li::before {
    content: "("counter(my-counter) ")";color: #666;margin-right: 5px;
}

ol.third-ol > li {
    text-indent: 0;
}


.site-about > .container {
    max-width: 1000px;
}



.top-banner {
    background-image: url("../images/investor-area-banner.jpg");
}