.divider-green {
  height: 5px !important;
  opacity: 100%;
  width: 100px;
  background-color: #00a79d;
  border-top: 0;
}

a {
  color: #00514c;
}

@media (min-width: 992px) {
  h1 {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 36px;
  }
}

@media (min-width: 576px) {
  #hero-home {
    min-height: 400px;
  }
}

@media (min-width: 1200px) {
  #hero-home {
    min-height: 600px;
  }
}

