#list-element ul {
    color: #555555;
    font-size: 1.357em;
    font-weight: 300;
    line-height: 1.5;
    list-style: disc;
    margin-left: 20px;
}
#list-element ol {
    color: #555555;
    font-size: 1.357em;
    font-weight: 300;
    line-height: 1.5;
    margin-left: 20px;
    margin-top: -17px;
}
#list-element ul li {
    margin-bottom: 10px;
}
#list-element ol li {
    margin-bottom: 15px;
}
.tlt.list{
    background-color: #0067B1;
    padding: 40px 0;
}
.tlt.list .container{
    max-width: 955px;
}
.tlt.list h2{
    margin-top:0;
    text-align: center;
    font-size: 3.5em;
    font-weight: 300;
    color: #fff;
    line-height: 55px;
}
.tlt.list h3{
    font-size: 1.5em;
    line-height: 32px;
    font-weight: normal;
    color: #fff;
    margin-bottom:40px;
}
.tlt.list ul {
    padding-left: 0px;
    list-style: none!important;
    margin-left: 0px!important;
}
.tlt.list ul li{
    background-repeat: no-repeat;
    padding-left: 50px;
    color: #fff;
    min-height: 36px;
    background-position: top left;
    margin-top: 15px;
    line-height: 32px;
    background-size: 36px 36px;
}