<article class="DeligridImageAndText bg-{{ index.index0 }} py-5" id="{{ id }}">
	<section class="container py-4">
		<div class="row">
			<section class="col-12 col-md-5">
				<div class="DeligridImageAndText__contentImg">
					{% set img = component.image.one() %}
					<img data-src="{{ img.getUrl('blockImageGrid') }}" alt="{{ img.title }}" loading="lazy" class="lazyload img-absolute"/>
				</div>
			</section>
			<section class="col-12 col-md-7 d-flex justify-content-center flex-column">
				<div class="DeligridImageAndText__description px-4">
					{{ component.description }}
				</div>
			</section>
		</div>
	</section>
</article>
