.illustration-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }
  
  .illustration {
    max-width: 600px;
    width: 90%;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }
  