.hero {
  text-align: center;
}
.hero__title {
  color: #f49830;
  font-size: 300%;
}
.hero__wrapper-composition {
  position: relative;
  margin-top: 20px;
  margin-bottom: 45px;
  display: inline-flex;
  justify-content: space-between;
  gap: 50px;
}
.hero__image-men-grabbing-cubes {
  width: 100%;
  max-width: 340px;
}
.hero__main-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero__rectangle-image {
  width: 95%;
  max-width: 323px;
  height: 310px;
  border-radius: 20px;
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  background: #3b8177;
}
.hero__codemia-text {
  flex: 1;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  max-width: 272px;
  width: 80%;
}
.hero__wrapper-computer {
  display: none;
}
@media (min-width: 640px) {
  .hero {
    min-height: 800px;
  }
  .hero__wrapper-composition{
    margin-bottom: 0;
  }
  .hero__image-men-grabbing-cubes {
    width: 469px;
  }

  .hero__rectangle-image {
    width: 450px;
  }

  .hero {
    min-height: auto;
  }

  .hero__main-image {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .hero__image-men-grabbing-cubes {
    width: 387px;
  }

  .hero__codemia-text {
    margin-top: 0;
    line-height: 30px;
    letter-spacing: 0;
  }

  .hero__rectangle-image {
    left: 166px;
    top: 50%;
    transform: translateY(-50%);
    max-width: inherit;
    height: 332px;
  }

  .hero__computer-image {
    width: 283px;
  }
}
@media (min-width: 1024px) {
  .hero__wrapper-computer {
    align-self: center;
    display: block;
  }
  .hero__main-image {
    margin-left: inherit;
  }
  .hero__rectangle-image {
    width: 470px;
  }
}

@media (min-width: 1536px) {
  .hero__wrapper-composition{
    margin-top: 70px;
  }
  .hero__title {
    font-size: 415%;
  }
}