$shortcode->centered_content]) @style(["background-color: $shortcode->background_color" => $shortcode->background_color])>
{!! Theme::partial('shortcode-heading', ['shortcode' => $shortcode, 'centered' => false]) !!} @if($services)
$counters]) data-wow-delay=".4s" data-wow-duration="2000ms"> @foreach($services as $service)
@if($service['icon_image']) {{ RvMedia::image($service['icon_image'], $service['title'], attributes: ['class' => 'icon', 'data-bb-lazy' => 'false', 'style' => sprintf('max-width: %spx !important; max-height: %spx !important;', $iconImageSize, $iconImageSize)]) }} @elseif($service['icon']) @endif
{!! BaseHelper::clean($service['title']) !!}

{!! BaseHelper::clean(nl2br($service['description'])) !!}

@if($service['button_url']) {{ $service['button_label'] ?? __('Learn More') }} @endif
@endforeach
@endif {!! Theme::partial('shortcodes.services.partials.counters', compact('counters')) !!}