<svg class="w-100 h-100">
<line style="stroke:red;stroke-width:2" x1="0" x2="100%" y1="5" y2="5"/>
<svg x="{% if is_mobile() %}70%{% else %}85%{% endif %}">
<defs>
<polygon id="border_bottom_triange" fill="transparent" points="6,2 2,8 10,8" style="stroke:#06326e;stroke-width:2"/>
</defs>
<use x="0" xlink:href="#border_bottom_triange" y="0"/>
<rect fill="transparent" height="6" style="stroke:#06326e;stroke-width:2;" width="6" x="30" y="2"/>
<circle cx="60" cy="5" fill="transparent" r="3.5" stroke-width="2" stroke="#06326e"/>
</svg>
</svg>