.list-info ul {
	list-style: none;
	margin: 0;
	font-size: 13px;
	line-height: 1.22;
	color: #444;
	padding-left: 8px;
}

.list-info ul li {
	margin-bottom: 12px;
	position: relative;
	padding-left: 12px;
}

.list-info ul li:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	top: 5px;
	left: 0;
}

.list-info ul li:last-child {
	margin-bottom: 0;
}

/*  List info alt  */

.list-info--alt ul {
	columns: 2;
	column-fill: auto;
}

.list-info--alt ul li:nth-child(10) {
	break-after: column;
}
