.BlockLeftIcon .BlockLeftIcon-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: initial;
    color: #323333;
    margin: 0px 0px 10px 0px;
}

.BlockLeftIcon .BlockLeftIcon-desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color:#323333;
}

.BlockLeftIcon{
    margin: 0;
}
.BlockLeftIcon .BlockLeftIcon-image {
    text-align: right;
}

ul.circleBullet,
.BlockLeftIcon-content ul {
    padding: 0 !important;
    margin: 0 !important;
}
ul.circleBullet > li,
.BlockLeftIcon-content ul > li{
    margin-bottom:5px;
    list-style: none;
    padding: 0 !important;
    padding-left: 15px;
    position: relative;
}
ul.circleBullet > li:before,
.BlockLeftIcon-content ul > li:before{
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url("../../../assets/images/circle-bullet.png");
    background-repeat: no-repeat;
    margin-left: -15px;
    margin-right: 6px;
}


@media handheld, only screen and (max-width: 1160px){

	.BlockLeftIcon .BlockLeftIcon-image {
	    text-align: center;
	    width: 100%;
	    margin-bottom: 20px;
	}
	
	.BlockLeftIcon-content {
	    width: 100%;
	    text-align: center;
	}
	
}