.header .navigation-item:nth-child(3)::after {
  transform: scale(1);
}
header .navbar-menu a:nth-child(3) {
  background-color: #72a647;
  color: #ffffff;
}
.hero {
  background-image: url("../images/highlight.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;
}
.highlight-static img {
  width: 100%;
}
.highlight-static-items-2 > div {
  border-left: 1px solid #54595f;
}
.highlight-static-items-2 > div:last-child {
  border-left: none;
}
@media (max-width: 1024px) {
  .hero {
    min-height: 283px;
  }
}
@media (max-width: 768px) {
  .hero {
    min-height: 218px;
  }
  .highlight-static-items-2 > div {
    border: none;
  }
}
