.section-hero {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 97%;
    border-radius: 21px;
    transform: rotate(-5deg);
  }

  .hero {
    top: 0;
    right: auto;
    bottom: 0;
    left: 3%;
    background-color: #e5e5e5;
  }