class Playbook::PbCard::Card

def body_justify_content

def body_justify_content
  if justify_content.present?
    "justify_content_#{justify_content}"
  else
    ""
  end
end