/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wb-front.wp-block-woodblocks-featured-customers .customers{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-flow: row wrap;
}
.wb-front.wp-block-woodblocks-featured-customers .item{
	margin: 0 10px;
}
.wb-front.wp-block-woodblocks-featured-customers img{
	height: 160px;
	width: auto;
	-webkit-filter: grayscale(1) contrast(10);
	filter: grayscale(1) contrast(10);
	mix-blend-mode: multiply;
	opacity: 1;
}
