.header .navigation-item:nth-child(10)::after {
  transform: scale(1);
}
header .navbar-menu a:nth-child(10) {
  background-color: #72a647;
  color: #ffffff;
}
.hero {
  background-image: url("../images/statistics.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
.hero-text {
  top: 50%;
  transform: translateY(-50%);
}
.hero > div {
  min-height: inherit;
}
@media (max-width: 1024px) {
  .hero {
    min-height: 283px;
  }
}
@media (max-width: 768px) {
  .hero {
    min-height: 218px;
  }
}
