13 lines
407 B
HTML
13 lines
407 B
HTML
<div class="section-simple_text mt-10 md:mt-20">
|
|
<div class="container">
|
|
<div class="flex flex-col">
|
|
<h2 class="text-5xl uppercase font-serif pb-5 border-b border-black leading-none">
|
|
{{ section.title }}
|
|
</h2>
|
|
<div class="prose prose max-w-none mt-5">
|
|
{{ section.text|raw }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|