ul.quick-facts-list {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 55rem;
}

h2 + ul.quick-facts-list {
	margin-top: 2rem;
}

ul.quick-facts-list li {
	background-color: var(--global-palette2);
	display: block;
	padding: 0.5rem 2rem 0.5rem 2rem;
	margin: 0 0 1rem;
	position: relative;
	color: #545d65;
}

ul.quick-facts-list li::before {
	content: "";
	position: absolute;
	top: 0.85rem;
	left: 0.5rem;
	width: 1rem;
	height: 1rem;
	background-image: url("/wp-content/themes/md-block-theme-2022/assets/icons/Midland-Skin-Icon-Check-Circle.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

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