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

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

.wp-block-list {
	text-align: left;
}
.wp-block-list.is-style-list-3,
.wp-block-list.is-style-list-4 {
	font-size: var(--wp--preset--font-size--heading-5);
	line-height: 141.667%;
}

.wp-block-list.is-style-list-5 {
	font-size: var(--wp--preset--font-size--heading-5);
}

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

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

.is-style-list-2 li {
	padding-left:65px;
	line-height: 1.5;
	margin-bottom:40px;
}

.is-style-list-3 li {
	padding-left: 60px;
	margin-top: 7%;
}
.is-style-list-4 li {
	margin-top: 5.65%;
}

.is-style-list-5 li {
	padding-left: 48px;
	margin-top: 25px;
}

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

.is-style-list-4 li::before {
	width: 9px;
	height: 9px;
}

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

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

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