﻿.header .navigation-item:nth-child(8)::after {
  transform: scale(1);
}
header .navbar-menu a:nth-child(8) {
  background-color: #72a647;
  color: #ffffff;
}
.hero {
  background-image: url("../images/study.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
.hero-text {
  top: 50%;
  transform: translateY(-50%);
}
.hero > div {
  min-height: inherit;
}
.study-box {
  padding: 35px;
  min-height: 471px;
}
.study-box-1 {
  background-color: #008226;
  border-radius: 25px 25px 25px 0px;
}
.study-box-2 {
  background-color: #73a612;
  border-radius: 25px 25px 0px 25px;
}
.study-box-3 {
  background-color: #5963a6;
  border-radius: 0 25px 25px 25px;
}
.study-box-4 {
  background-color: #3d82b2;
  border-radius: 25px 0 25px 25px;
}

@media (max-width: 1024px) {
  .hero {
    min-height: 283px;
  }
}
@media (max-width: 768px) {
  .hero {
    min-height: 218px;
  }
}


