section.home {
  width: 100vw;

  z-index: 10;
}

section.home div.home__hero {
  width: 100%;

  position: relative;

  display: flex;
}

section.home div.overlay {
  width: 100%;
  height: 84%;

  background: #FFBB00;

  position: absolute;
  left: 0;

  z-index: -1;
}

section.home img.home__hero__display {
  width: 100%;
  max-width: 1122px;

  margin: 52px auto 0 auto;
}

section.home img.home__hero__chocolate {
  height: 400px;
  height: 50%;

  position: absolute;
  left: 51%;
  bottom: 142px;
  bottom: 18%;

  transform: translate(-100%);

  z-index: 1;
}

section.home img.home__hero__chocolates__pieces {
  height: 162px;
  height: 20%;

  position: absolute;
  left: 48.5%;
  bottom: 130px;
  bottom: 17%;

  z-index: 2;
}

section.home h1.home__title {
  color: #743618;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;

  display: none;
}

section.home_title {
  position: absolute;
  top: 160px;
  left: 50%;

  display: flex;
  justify-content: flex-end;

  transform: translate(-50%);
}

section.home_title  h1.home__title {
  color: #743618;
  font-size: 1rem;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-align: start;
  text-transform: uppercase;
  letter-spacing: 2px;

  margin-right: 48px;
}
