.gb-workheader .animated-heading {
  width: 100%;
}

.gb-workheader .animated-heading.animated path, .gb-workheader .animated-heading.animated polygon {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 10s ease forwards;
}