htmlAttributes() !!} class="shortcode-features shortcode-features-style-10 bg-linear-3 head-1 pt-110">
@if ($title = $shortcode->title)

{!! BaseHelper::clean($title) !!}

@endif @if ($description = $shortcode->description)
fire
{!! BaseHelper::clean($description) !!}
@endif
@if ($image = $shortcode->image)
{{ RvMedia::image($image, __('Image'), attributes: ['class' => 'rounded-2']) }}
@endif