did you know SVG with a one-third blue background
{# import the macro #}
{%- import "macros/svg.html" as svg -%}
<div class="row emphasis cool">
<div class="container">
<div class="half feature margin-top-1">
{# create an array of 2-5 short lines of text #}
{% set lines = [
"CEHD has scholarships",
"ranging from",
"$1,000-$20,000 for tuition, study abroad",
"and unpaid internships.",
] %}
{# call the macro #}
{{ svg.did_you_know(_context, "Did you know facts", "Did you know", lines) }}
</div>
</div>
</div>
twothird