bg_image_1) style="background: url('{{ RvMedia::getImageUrl($shortcode->bg_image_1) }}'); background-color: transparent; background-size: 100% 100%; padding-top: 100px;" @endif>
@if ($shortcode->highlight_text) {!! BaseHelper::clean($shortcode->highlight_text) !!} @endif

{!! BaseHelper::clean($shortcode->title) !!}

{!! BaseHelper::clean($shortcode->subtitle) !!}

@if ($shortcode->primary_url) {{ $shortcode->primary_title ?: __('Join Our Team') }} @endif @if ($shortcode->secondary_url) {{ $shortcode->secondary_title ?: __('Contact Us') }} @endif
@if ($shortcode->mini_image)
{{ $shortcode->title ?: $shortcode->mini_image }}
@endif @if ($shortcode->image) {{ $shortcode->title ?: $shortcode->image }} @endif