.hero {
  min-height: 85vh;
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero .hero-content {
  position: relative;
  z-index: 2;
}
.hero .hero-gradient {
  z-index: 1;
  background: linear-gradient(180deg, rgba(43, 50, 78, 0.96), rgba(48, 53, 76, 0.2), #434343);
  mix-blend-mode: multiply;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero .hero-title {
  background-color: #ffffff;
  border-radius: 10px;
  display: inline-block;
  padding: 15px;
}
.hero h1 {
  color: #000;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .hero h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .hero h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .hero h1 {
    font-size: 5.25rem;
  }
}
.hero h2 {
  color: #ffffff;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .hero h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .hero h2 {
    font-size: 3.125rem;
  }
}
.hero .hero-scroll {
  color: #ffffff;
  text-decoration: none;
}
.hero .hero-scroll-icon {
  background-color: #000;
  color: #ffffff;
  font-size: 1.5rem;
  width: 42px;
  height: 42px;
  padding: 10px;
  text-align: center;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero .hero-scroll-icon svg {
  fill: #ffffff;
  max-width: 100%;
  max-height: 100%;
}
/*# sourceMappingURL=../../../dist/css/maps/elements/hero.css.map */
