.home .animated-heading {
  width: 100%;
}

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

.gb-homework .grid {
  margin-bottom: -160px !important;
}