<section style="margin-top: 80px; margin-bottom: 80px;" class="elementor-section elementor-top-section elementor-element elementor-element-936b8f7 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="936b8f7" data-element_type="section">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-243ef1f" data-id="243ef1f" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-4d5410c elementor-widget elementor-widget-gimont_elementor_images_slider" data-id="4d5410c" data-element_type="widget" data-settings="{"pause_on_hover":"yes","infinite":"yes","autoplay":"yes","autoplay_speed":3000,"nav_control":"no"}" data-widget_type="gimont_elementor_images_slider.default">
<div class="elementor-widget-container">
<div class="swiper ova-services-slider">
<div class="swiper-wrapper ova_list_dep template1 four_column" style="width: 100% !important; text-align: center !important;">
<!-- Item 1 -->
{% if reference != null %}
{% for ref in reference %}
<div class="swiper-slide" style="background-position: center center; background-repeat: no-repeat;
background-image: url('{{ asset('public/uploads/images/references/' ~ ref.image) }}'); background-size: contain; height: 120px;">
</div>
{% endfor %}
{% endif %}
</div>
<!-- Pagination -->
<div class="swiper-pagination"></div>
<!-- Navigation -->
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>