.bm-block-text ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 30px 0;
    color: #444444;
}

.bm-block-text ul:last-child {
	margin-bottom: 0;
}

.bm-block-text ul li {
	padding-left: 35px;
	position: relative;
}

.bm-block-text ul li:before {
	content: '';
    display: block;
    position: absolute;
	top: 3px;
	left: 0;
	height: 24px;
	width: 24px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42"><g transform="translate(-1122 -2972.25)"><circle cx="21" cy="21" r="21" transform="translate(1122 2972.25)" fill="rgba(31,93,80,0.11)"></circle><path d="M6,12.655l4.9,4.9,9.795-9.8" transform="translate(1129.5 2979.993)" fill="none" stroke="%231f5d50" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"></path></g></svg>');
	background-size: 24px;
	background-position: center center;
}