<%= render component_tag(style: slide_styles) do %>
<% if title? %>

<%= title %>

<% end %>
<% if text_1? %>
<%= text_1 %>
<% end %>
<% end %>