<div class="container-fluid {% if not separator_rm_bg %}hero5{% else %}{% endif %} d-flex flex-column justify-content-center">

  <div class="container">

      <div class="row">

        <div class="{% if not css %}col-12 text-center mt-2 mt-lg-5 mb-2 mb-lg-5{% else %}{{ css }}{% endif %}">

          {% if separator_title %}

            <h2>{{ separator_title }}</h2>

            <img src="{{ get_url(path='images/ion@2x.png', cachebust=true) }}" width="100" align="ion">

          {% endif %}

        </div>

      </div>

  </div>

</div>