.component-features-row{border-bottom: 1px solid var(--mb-baby-blue-3);}

.component-features-row .single-feature{
    align-items: center;
	display: flex;
	margin-right: 18px;}


.component-features-row .image-wrapper{margin-right:9px;}

.component-features-row .all-features{
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-x: auto;}
	
.component-features-row .all-features .single-feature:first-child {margin-left: auto;}
.component-features-row .all-features .single-feature:last-child {margin-right: auto;}


@media only screen and (min-width: 768px) {
.component-features-row .all-features{
		align-items:center;
		display:flex;
		justify-content:space-evenly;}
		
		.component-features-row .single-feature{margin-right: 45px;}
		

}
		
@media only screen and (min-width:992px) {
	.component-features-row{overflow:hidden;}
}
	
		

		
