.header .navigation-item:nth-child(6)::after {
  transform: scale(1);
}
header .navbar-menu a:nth-child(6) {
  background-color: #72a647;
  color: #ffffff;
}
.hero {
  background-image: url("../images/fund.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
.hero-text {
  top: 50%;
  transform: translateY(-50%);
}
.hero > div {
  min-height: inherit;
}
#fund-timeline .timeline__item.timeline__item--bottom {
  transform: unset !important;
  padding: 0 0 2.5rem !important;
}
#fund-timeline .timeline__item.timeline__item--bottom::after {
  top: 100% !important;
}
#fund-timeline .timeline__item.timeline__item--bottom .timeline__content__wrap {
  vertical-align: bottom;
}
#fund-timeline .timeline-divider {
  background-color: #d8d24d !important;
  height: 2px;
}
#fund-timeline .timeline__item:after {
  border: none;
  background-color: #d8d24d !important;
  height: 15px;
  width: 15px;
}
#fund-timeline .timeline-nav-button {
  background-color: #d8d24d;
  border: none;
  transition: all 0.5s ease;
}
#fund-timeline .timeline-nav-button:hover {
  background-color: #ffffff;
  border: none;
}
#fund-timeline .timeline-nav-button::before {
  background-size: cover;
  height: 37px;
  width: 27px;
}
#fund-timeline .timeline-nav-button--prev::before {
  background-image: url("../images/angle-left-svgrepo-com.png");
  left: 46%;
}
#fund-timeline .timeline-nav-button--next::before {
  right: 46%;
  background-image: url("../images/angle-right-svgrepo-com.png");
}
#fund-timeline .timeline__items {
  height: 462px !important;
}

@media (max-width: 1024px) {
  .hero {
    min-height: 283px;
  }
}
@media (max-width: 768px) {
  .hero {
    min-height: 218px;
  }
}
