.eic-list-01 > li {
	display: inline-flex;
	width: 33%;
}
@media screen and (max-width: 782px) {
	.eic-list-01 > li {
		width: 49%;
	}
}
