background_color" => $shortcode->background_color]) >
{!! Theme::partial('shortcode-heading', ['shortcode' => $shortcode]) !!} @if ($services)
$counters])> @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')) !!}