<article class="gridSimpleAndLink bg-{{ index.index0 }} py-5" id="{{ id }}">
	<section class="container">
		<div class="row g-3">
			<section class="col-12 col-md-5">
				<div class="gridSimpleAndLink__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 py-5 px-5 d-flex justify-content-center flex-column">
				<h3 class="gridSimpleAndLink__title mb-2">
					{{ component.blockTitle }}
				</h3>
				<div class="gridSimpleAndLink__description pb-3">
					{{ component.description }}
				</div>
				<div class="d-inline-block">
					{% include 'components/_btnArrow' with {
            btn: component.itemLink,
            classCustom: 'justify-content-start'
          } only %}
				</div>
			</section>
		</div>
	</section>
</article>
