/* icon-blocks */
.info-blocks{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	justify-content:center;
}

.info-block{
	flex: 1 1 200px;
	max-width:300px;
	text-align:center;

}



.info-block img{
	width:auto;
	/*max-height:100px; */
}

.info-block p{
	margin:10px 0;
}



.info-block p{

}

.info-blocks.home-blocks {
  gap:50px;
}


.home-blocks .info-block{
  flex: 1 1 300px;
	max-width:400px;
  min-width:200px;
}



.home-blocks .info-block img{
  filter: invert(0.7);
}





@media only screen  
and (max-width : 768px) {
.info-blocks{
	flex-wrap:wrap;
}
}

