.hero {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 480px;
  padding: 160px 0 64px;
  background-position: center center;
}
@media (max-width: 991.98px) {
  .hero {
    min-height: 320px;
    padding: 128px 0 32px;
  }
}
.hero_breadcrumbs {
  color: rgba(226, 226, 226, 0.7);
}
.hero_breadcrumbs a {
  color: #fff;
  transition: color 0.2s;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .hero_breadcrumbs a {
    font-size: 14px;
  }
}
.hero_breadcrumbs a:hover {
  color: #F28700;
}

/*# sourceMappingURL=hero.css.map */
