An Image Content Block is a section that combines an image and descriptive text, often used for highlighting features, services, or key information in a visually appealing layout.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
<div class="container image-content image-content-sm">
<div class="row">
<div class="controler">
<h3 class="large-text-3 text-center">Lorem Ipsum is simply dummy text</h3>
<div class="para--two intro-txt">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</div>
<div class="img-cntr">
<img alt="Lorem Ipsum is simply" sizes="100vw" src="./assets/component-images/416*416px-faculty.svg" decoding="async" data-nimg="fill" loading="lazy" />
</div>
<div class="description para--two lp-colored--list">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<ul>
<li>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</li>
<li>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</li>
</ul>
</div>
<div class="mt-3 para--four disclaimer-txt text--center"> Lorem Ipsum is simply dummy text </div>
<div class="btn-cntr d-flex justify-content-center">
<button class="btn btn--primary" type="button">Button</button>
</div>
</div>
</div>