List second line inside
ul{
list-style:none;
margin:30px 0;
display: table;
}
li{
list-style-position: inherit;
color: #499BD0;
font-weight:bold;
padding:15px 0;
margin-left:-35px;
text-indent: -1.5em;
}
li:before {
content: "\e074";
font-family: 'Glyphicons Halflings';
font-size: 13px;
position: relative;
top: 3px;
color: #499BD0;
padding-right: 10px;
}