.hero-container {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: #f1f3f5;
  background-image: url("../media/images/sections/hero_1-min_dark.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: fit-content;
  gap: 4.8rem;
  padding: 4.8rem;
}

.logo {
  height: 6.4rem;
}

.h1-presentation-container {
  color: #f1f3f5;
  line-height: 8.4rem;
  font-size: 8.4rem;
  text-shadow: rgba(48, 49, 54, 0.19) 0 1rem 2rem, rgba(48, 49, 54, 0.23) 0 0.6rem 0.6rem;
  text-transform: uppercase;
  letter-spacing: 1.2rem;
}
@media (max-width: 59em) {
  .h1-presentation-container {
    text-align: center;
    font-size: 7.2rem;
    line-height: 7.2rem;
    color: #f1f3f5;
  }
}

.h2-presentation-container {
  color: #f1f3f5;
  text-shadow: rgba(48, 49, 54, 0.19) 0 1rem 2rem, rgba(48, 49, 54, 0.23) 0 0.6rem 0.6rem;
  font-weight: 600;
  font-size: 3.6rem;
  text-align: left;
}
@media (max-width: 59em) {
  .h2-presentation-container {
    color: #f1f3f5;
    text-align: center;
  }
}

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