/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./slicing/src/scss/components/hero.scss ***!
  \****************************************************************************************************************************************************************************************/
.hero {
  overflow: hidden;
  height: 34.375rem;
  position: relative;
  margin-top: 6.1875rem;
}
.hero img {
  block-size: auto;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}
.hero--right {
  display: flex;
  justify-content: flex-end;
}
.hero__text-container {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  gap: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem;
}
@media only screen and (min-width: 768px) {
  .hero__text-container {
    width: 43.125rem;
    padding: 0 4.875rem;
  }
}
@media only screen and (min-width: 1630px) {
  .hero__text-container {
    width: 45%;
    padding-left: 9rem;
  }
}
.hero__text-container--white {
  background-color: rgba(255, 255, 255, 0.82);
}
@media only screen and (min-width: 1630px) {
  .hero__text-container--right {
    width: 45%;
    padding-left: 4.875rem;
    padding-right: 9rem;
  }
}
.hero__text {
  color: #ffffff;
}
.hero__text--black {
  color: #3c3c3c;
}
