@props(['title', 'description' => null])
merge(['class' => 'group rounded-3xl bg-white p-7 ring-1 ring-stone-900/5 transition-all duration-300 hover:shadow-xl hover:shadow-stone-900/5 hover:ring-accent-600/20 hover:-translate-y-1']) }}>
{{ $icon }}

{{ $title }}

@if ($description)

{{ $description }}

@endif