.logo-writing-animation {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1519px;
  aspect-ratio: 1519 / 286;
  line-height: 0;
  background: transparent;
}

.logo-writing-animation svg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: transparent;
}
