ul[class="wp-block-list"]:not(.alignfull) {
	margin-left: 25px !important;
}

.wp-block-list [class^="heading"] {
	margin-bottom: 10px;
}

.wp-block-list {
	text-align: left;
}

.wp-block-list li {
	margin-bottom: 20px;
}

.wp-block-list li:last-child {
	margin-bottom: 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--three);
	width: 5px;
	height: 5px;
	position: absolute;
	top: 12px;
	left: 0;
	border-radius: 50%;
}

.is-style-arrow li {
	position: relative;
	padding-left: 25px;
	list-style-type: none;
}

.is-style-arrow li:before {
	content: '';
	display: block;
	background: url(../images/list-arrow.svg) no-repeat;
	width: 42px;
	height: 28px;
	position: absolute;
    	top: 0;
    	left: 0;
}
