.feature_bar-cart{
	width:40px;
	height:40px;
	background-image: url(../../svg/cart.svg);
    background-repeat: no-repeat;
    background-position: left center;
	}
.feature_bar-quote{
	width:40px;
	height:40px;
	background-image: url(../../svg/quote.svg);
    background-repeat: no-repeat;
    background-position: left center;
	}
.feature_bar-rocket{
	width:40px;
	height:40px;
	background-image: url(../../svg/rocket.svg);
    background-repeat: no-repeat;
    background-position: left center;
	}
.feature_bar-truck{
	width:40px;
	height:40px;
	background-image: url(../../svg/truck.svg);
    background-repeat: no-repeat;
    background-position: left center;
	}
.feature_bar-support{
	width:40px;
	height:40px;
	background-image: url(../../svg/support.svg);
    background-repeat: no-repeat;
    background-position: left center;
	}




.feature_bar{
	width:100%;
	border:1px solid #ccc;
	background-color: #fff;
	padding:12px 0 16px 0;
	}



.feature_bar-features{
	border: 1px solid var(--gd_line);
	height:100%;
	padding:12px 0 32px 0;
	}
.feature_bar-grid{
	margin:0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	column-gap: 0px;
	row-gap: 12px;
	}
.feature_bar-bx{
	margin:0 auto;
	width:200px;
	padding:12px 12px;
	background-color: #fff;
	border-left:none;
	}
.feature_bar-titlebx{
	display:flex;
	}
.feature_bar-title{
	font-size: 14px;
	line-height: 40px;
	color:#000;
	font-weight: 700;
	margin-bottom: 8px;
	}
.feature_bar-text{
	font-size: 12px;
	line-height: 20px;
	color:#666;
	}

@media only screen and (min-width: 108px) {
.feature_bar-grid{
	grid-template-columns: 1fr;
	}
}


@media only screen and (min-width: 448px) {
.feature_bar-grid{
	grid-template-columns: 1fr 1fr;
	}
}
	

@media only screen and (min-width: 650px) {
.feature_bar-grid{
	grid-template-columns: 1fr 1fr 1fr;
	}
}


@media only screen and (min-width: 856px) {
.feature_bar-grid{
	grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media only screen and (min-width: 1060px) {
.feature_bar-grid{
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
}
