
.entry-content ul {
	padding-left: var(--col-gap-small);
}

.entry-content ul li::marker {
	font-size: 16px;
}

.entry-content ul li:not(:last-child) {
	margin-bottom: calc(var(--bl)*.25);
}

ul.wp-block-list {
	padding-left: var(--col-gap-large);

	strong {
		text-transform: uppercase;
    	font-family: var(--wp--preset--font-family--trade-gothic-next-lt-pro);
    	font-size: var(--wp--preset--font-size--heading-6);
	}

	list-style: none;

	li {
		&::before {
			content: '';
			position: absolute;
			left: -34px;
			top: calc(50% - 10px);
			width: 20px;
			height: 20px;
    		background-size: 20px;
		}

		&:nth-of-type(3n + 1)::before {
			background-image: url('../../../assets/icons/shape-3.svg');
		}

		&:nth-of-type(3n + 2)::before {
			background-image: url('../../../assets/icons/shape-2.svg');
		}

		&:nth-of-type(3n + 3)::before {
			background-image: url('../../../assets/icons/shape-4.svg');
		}
	}
}
