@props(['kicker' => null, 'title' => null, 'description' => null, 'align' => 'center'])
@if($kicker) {{ $kicker }} @endif

{{ $title }}

@isset($description)

{{ $description }}

@endisset