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

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