.header .navigation-item:nth-child(7)::after {
  transform: scale(1);
}
header .navbar-menu a:nth-child(7) {
  background-color: #72a647;
  color: #ffffff;
}
.hero {
  background-image: url("../images/development.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
.hero-text {
  top: 50%;
  transform: translateY(-50%);
}
.hero > div {
  min-height: inherit;
}
.programs > div:nth-child(2),
.programs > div:nth-child(3) {
  border-right: 1px solid #54595f;
}
@media (max-width: 1024px) {
  .hero {
    min-height: 283px;
  }
}
@media (max-width: 768px) {
  .hero {
    min-height: 218px;
  }
  .programs > div {
    border-right: none;
  }
}
