.about-wrapper {
    max-width: 800px;
    margin: 6rem auto;
    padding: 4rem 2rem;
    background-color: #161622;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    min-height: 60vh; 
  }

  .about-wrapper h1 {
    font-size: 3rem;
    color: #FFC331;
    text-align: center;
    margin-bottom: 2rem;
  }

  .about-wrapper h2 {
    font-size: 2rem;
    color: #A8B2D1;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .about-wrapper p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }

  .highlight {
    color: #FFC331;
    font-weight: 700;
  }

  @media (max-width: 600px) {
    .about-wrapper {
      margin: 2rem 1rem;
      padding: 1rem;
    }

    .about-wrapper h1 {
      font-size: 2rem;
    }
  }
