.checked-list {
	padding: 0px;
	margin: 25px 0 30px;
}
.checked-list li {
	position: relative;
	padding-left: 37px;
	font-size: 15px;
	line-height: 1.6;
	color: #000;display: inline-block;
  width: auto;
}
.checked-list li:not(:last-child) {
	margin-bottom: 16px;
}
.checked-list li::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 2px;
	width: 24px;
	height: 24px;
	background: #366746;
	border-radius: 50%;
}
.checked-list li::after {
	content: '';
	width: 9px;
	height: 5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform-origin: center;
	transform: rotate(-45deg);
	position: absolute;
	left: 7px;
	top: 10px;
}