@extends('partials.components.section', ['header' => false, 'ctaAfter' => false, 'sectionClass' => '!overflow-visible'])
@section('section')
@include('partials.components.section-header')
@if ($section['section_fields_buttons'] ?? false)
@include('partials.components.ctas', ['ctas' => $section['section_fields_buttons']])
@endif
@if ($section['section_fields_image'] ?? false)
{!! ResponsivePics::get_image(
$section['section_fields_image'],
'xs:600, md:1024',
0,
'w-full h-full object-cover',
false,
true,
) !!}
@endif
@overwrite