<%= render component_tag(style: slide_styles, class: {"with-title": title?}) do %>
<% if title? %>

<%= title %>

<% end %>
<% if text_1? %>
<%= text_1 %>
<% elsif image_1? %>
<% end %>
<% if text_2? %>
<%= text_2 %>
<% elsif image_2? %>
<% end %>
<% end %>