.header .navigation-item:nth-child(2)::after {
  transform: scale(1);
}
header .navbar-menu a:nth-child(2) {
  background-color: #72a647;
  color: #ffffff;
}
.hero {
  background-image: url("../images/ceo.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
.hero-text {
  top: 50%;
  transform: translateY(-50%);
}
.hero-text-en {
  right: 8% !important;
}
.hero > div {
  min-height: inherit;
}
@media (max-width: 1024px) {
  .hero {
    min-height: 283px;
  }
}
@media (max-width: 512px) {
.style-1 {
padding-right: 0.5rem;
}
.style-2 {
max-width: 255px;
}
.en-style-2 {
max-width: 180px;
}
}
.en-style-1 {
right: 10px;
text-align: right;
}

@media (max-width: 768px) {
  .hero {
    min-height: 218px;
  }
}
