  .aboutwrapper {
    max-width: 100%;
    background-color: #e3d6f4;    
  }
  .about {
    max-width: 80%;
    margin: 0 auto;
    padding: 60px;
    position: relative;
  }
  
  h1 {
    text-align: center;
    font-size: 2.8em;
    margin-bottom: 40px;
    color: #6b1e53;
  }
  
  .aboutcontent {
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  
  .text {
    flex: 1 1 500px;
    font-size: 1.1em;
    line-height: 1.8;
    letter-spacing: 0.3px;
    word-spacing: 1px;
    text-align: center;
  }

  p {
    margin-bottom: 20px;
  }
  
  .image {
    flex: 1 1 400px;
  }
  
  .image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }
  
  .divider-wave1 {
    position: relative;
    margin-top: -5px;
  }

  .bio-wrapper-raquel {
    max-width: 80%;
    margin: auto;
  }

  .bio-section-raquel {
    display: flex;
    width: 100%;
    min-height: 100vh;
  }
  
  .bio-image-raquel {
    flex: 1 1 400px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .bio-image-raquel img {
    width: auto;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    max-height: 600px;
    height: auto;
  }
  
  .bio-text-raquel {
    width: 50%;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.8;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .bio-text-raquel h2 {
    margin-bottom: 20px;
  }
  
  .bio-text-raquel p {
    text-align: center;
    margin-bottom: 20px;
  }

  .bio-divider1 {
    width: 100%;
  }

  .bio-wrapper-oscar {
    max-width: 80%;
    margin: auto;
  }

  .bio-section-oscar {
    display: flex;
    width: 100%;
    min-height: 100vh;
  }
  
  .bio-image-oscar {
    flex: 1 1 400px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .bio-image-oscar img {
    width: auto;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    max-height: 600px;
    height: auto;
  }
  
  .bio-text-oscar {
    width: 50%;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.8;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .bio-text-oscar h2 {
    margin-bottom: 20px;
  }
  
  .bio-text-oscar p {
    text-align: center;
    margin-bottom: 20px;
  }