.etfs-section{
  position:relative;
  padding-left:14px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.etfs-section:before{
  content:'';
  position:absolute;
  left:0;top:3px;bottom:3px;
  width:3px;
  background:#0f172a;
  border-radius:2px;
}