.section-hero {
  background-color: #000000;
  height: 100vh;
  /* padding-bottom: 9.6rem; */
}

.hero-container {
  max-width: 130rem;

  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}

.hero-textbox {
  position: absolute;
  width: 40%;
  top: 0;
  left: 0;
  transform: translate(20%, 23%);
  z-index: 100;
}

.hero-description {
  font-size: 2rem;
  line-height: 1.4;
  padding-bottom: 1.6rem;
  color: #ced4da;
}

.img-container {
  max-height: 100vh;
  display: flex;
  justify-content: center;

  overflow: hidden;
}

.hero-img {
  max-width: 100%;
}
