.post-share-float h3 {
    padding: 10px 0 10px 10px;
    background: #333333;
    border-left: 45px solid #ff6200;
    font-weight: 300;
    position: relative;
    display: flex;
    font-size: 23px;
    line-height: 1;
    color: #ffffff !important;
}
.post-content h3:before {
    font-family: FontAwesome;
    left: -27px;
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 12px;
content: '\f101'; 
	/*content : counter(h3,decimal) ;
counter-increment : h3;*/
}

.post-content ul {
font-size: 100%; 
font-weight: 400;
line-height: 25px;
color: #585858!important; 
word-break: break-word;
text-align: left; 
font-family: 'open sans', Sans-Serif; list-style-type: square;
}

.post-content li{
margin-bottom: 10px;}