<article class="insabiUnopsAgreement bg-{{ index.index0 }} pt-5 pb-4" id="{{ id }}">
	<section class="container pt-4">
		<h2 class="insabiUnopsAgreement__title">
			{{ component.blockTitle }}
		</h2>
		<div class="row g-3">
			<section class="col-12 col-lg-6 px-5">
				<div class="insabiUnopsAgreement__description">
					{{ component.description }}
				</div>
				{% if component.listText.count() > 0 %}
					{% include 'components/_listTextC' with {
            list: component.listText.all()
          } only %}
				{% endif %}
			</section>
			<section class="col-12 col-lg-6">
				<div class="insabiUnopsAgreement__contentImg">
					{% set img = component.image.one() %}
					<img data-src="{{ img.getUrl('blockImageGrid') }}" alt="{{ img.title }}" loading="lazy" class="lazyload img-absolute"/>
				</div>
			</section>
		</div>
	</section>
</article>
