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;
}

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

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

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

ul.is-style-checkmark-list li {
	position: relative;
	padding-left: 45px;
	list-style-type: none;
}

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

ul.wp-block-list.is-style-list-2 {
	font-size: 25px;
	line-height: 144%; /* 144% */
	gap: 55px;
	row-gap: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: start;
}

ul.is-style-list-2 li {
	padding-bottom: 45px;
	position: relative;
	list-style-type: none;
	margin-top: 0;
}

ul.is-style-list-2 li:after {
	content: '';
	display: block;
	background: url(../images/icon-flare.jpg) no-repeat;
	width: 154px;
	height: 60px;
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
}

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

	ul.wp-block-list.is-style-list-2 {
		font-size: 20px;
		gap: 30px;
	}

	ul.is-style-list-2 li:after {
		top: 30px;
	}

}

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

	ul.wp-block-list.is-style-list-2 {
		font-size: 16px;
	}

}

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

	ul.wp-block-list.is-style-list-2 {
		font-size: 21px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	ul.is-style-list-2 li {
		padding-bottom: 20px;
	}

	ul.is-style-list-2 li:after {
		width: 92px;
		height: 36px;
		background-size: contain;
		top: 36px;
	}

}