ul[class="wp-block-list"]:not(.alignfull),
ol[class="wp-block-list"]:not(.alignfull) {
	padding-left: 25px !important;
}

#site-container ul ul[class="wp-block-list"] {
	padding-left: 0 !important;
}

.wp-block-list [class^="heading"] {
	margin-bottom: 10px;
}

.wp-block-list {
	text-align: left;
}

.wp-block-list li:first-child {
	margin-top: 0;
}

.is-style-default li {
	display: block;
	position: relative;
	padding-left: 25px;
	list-style-type: none;
}

.is-style-default li::before {
	content: '';
	background: var(--wp--preset--color--2);
	width: 5px;
	height: 5px;
	position: absolute;
	top: 12px;
	left: 0;
	border-radius: 50%;
}

body .is-style-checkmark-list li {
	display: block;
	position: relative;
	padding-left: 40px;
}

.is-style-checkmark-list li:before {
	content: '';
	display: block;
	background: url(../images/checkmark.svg) no-repeat;
	background-size: contain;
	width: 25px;
	height: 17px;
	position: absolute;
	top: 6px;
	left: 0;
}

.is-style-list-2 li {
	border-bottom: 1px solid var(--wp--preset--color--5);
	position: relative;
	padding: 8px 0 18px 60px;
	list-style-type: none;
	min-height: 45px;
	margin-top: 18px;
}

.is-style-list-2 li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.is-style-list-2 li:before {
	content: '';
	display: block;
	background: url(../images/question-mark.svg) no-repeat top left;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
}

body .is-style-list-3 li {
	display: block;
	position: relative;
	padding-left: 40px;
}

.is-style-list-3 li:before {
	content: '';
	display: block;
	background: url(../images/cross-icon.svg) no-repeat;
	background-size: contain;
	width: 25px;
	height: 17px;
	position: absolute;
	top: 6px;
	left: 0;
}

body .is-style-list-4 li {
	display: block;
	position: relative;
	margin-top: 10px;
	padding-left: 40px;
}

.is-style-list-4 li:before {
	content: '';
	display: block;
	background: url(../images/checkmark-round.svg) no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 5px;
	left: 0;
}

.is-style-list-5 li {
	position: relative;
	padding: 0px 0 0 60px;
	line-height: 164.706%;
	list-style-type: none;
	min-height: 45px;
	margin-top: 20px;
}

.is-style-list-5 li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.is-style-list-5 li:before {
	content: '';
	display: block;
	background: url(../images/list-arrow.svg) no-repeat top left;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 780px) {

	.is-style-list-2 li {
		padding: 0 0 18px 60px;
	}

}