.single-items span::before {
    content: "";
    position: absolute;
    width: 64px;
    height: 64px;
    background-image: url(../img/icon/biomass.svg);
    left: -91px;
    top: -1px
}

.single-items.single-items2 span::before {
    background-image: url(../img/icon/saccharides.svg)
}

.single-items.single-items3 span::before {
    background-image: url(../img/icon/product.svg)
}


/*new css*/

/* Image Block
================================================== */

.image-block{
	background: #f4f4f4;
}

.img-block-right{
	padding-right: 140px;
}

.img-block-head h2 {
    font-size: 28px;
    line-height: 1.5;
    margin: 5px 0 0 0;
}

.img-block-head h3{
	font-size: 40px;
	line-height: 100%;
}

.image-block-content{
	padding: 0 50px;
	margin-bottom: 30px;
}

.image-block-content .feature-icon{
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
}

.image-block-content .feature-content{
	padding-left: 85px;
}

.image-block-content .feature-content h3{
	margin-bottom: 0;
}
.image-block-content .feature-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}

.img-block-right {
    padding-right: 140px;
}

.ts-padding {
    padding: 50px;
}

.gap-30 {
    clear: both;
    height: 30px;
}


.bcb {
font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6em;
}


