<article class="insobiGridSimple bg-{{ index.index0 }} py-5" id="{{ id }}">
	<section class="container pb-5">
		<div class="row g-3">
			<section class="col-12 col-md-7">
				<h2 class="insobiGridSimple__title">
					{{ component.blockTitle }}
				</h2>
				<div class="insobiGridSimple__description">
					{{ component.description }}
				</div>
			</section>
			<section class="col-12 col-md-5">
				<div class="insobiGridSimple__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>
