<section class="">
	<article class="mt-12 xl:mt-16">
		<ul class="custom-marker grid !list-outside grid-cols-1 gap-4 !pl-0 md:gap-6 lg:grid-cols-[4fr_3fr] lg:gap-x-16 xl:gap-x-24">
            {% for item in block.lists %}
            <li class="space-y-1 font-light type-lg">
				<span class="font-semibold">{{item.heading}}</span>
				<br />
				<p>
					{{item.text}}
				</p>
			</li>
            {% endfor %}
		</ul>
	</article>
</section>
