.teaser .teaser-container {
  position: relative;
}
.teaser .teaser-container .svg-container {
  position: absolute;
  width: 100%;
  stroke: var(--line-grey);
  stroke-width: 0.5em;
}
.teaser .teaser-container .svg-container.two {
  stroke: #fff;
  height: 100%;
}

@media (max-width: 550px) {
  .teaser {
    margin-top: 4em;
  }
  .teaser .svg-container {
    position: absolute;
    stroke-width: 0.6em;
  }
  .teaser .svg-container.two {
    stroke: #fff;
  }
}