 body {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", sans-serif;
    background: #fafafa;
  }

  .matchaura-pp-aa {
    text-align: start;
    overflow: hidden;
    max-width: 900px;
    width: 92%;
    margin: 25px auto;
    background: #ffffff;
    border-radius: 14px;
    padding: 22px 24px;
    box-shadow: 0 3px 18px rgba(0,0,0,0.07);
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

  .left {
    flex: 1;
  }

  .left h2 {
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .left p.subtitle {

    color: #666;
    font-size: 15px;
    margin-bottom: 20px;
  }

  .features {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .features li {
    font-size: 16px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .btn-red {
    background: #371a5b;
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
  }

  .right img {
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}
  @media (max-width: 900px) {
    .matchaura-pp-aa {
      flex-direction: column;
      text-align: start;
      padding: 16px 18px;
      width: 94%;
      gap: 10px;
    }
    .left h2 {
      font-size: 22px;
      margin-bottom: 6px;
    }
    .subtitle {
      font-size: 14px;
      margin-bottom: 12px;
      line-height: 1.3;
    }
    .features li {
      justify-content: start;
      font-size: 14px;
      margin: 6px 0;
    }
    .right img {
      width: 100%;
      max-width: 360px;
      border-radius: 12px;
      margin-top: 12px;
    }
    .btn-red {
      width: 88%;
      padding: 12px;
      margin-top: 14px;
      font-size: 14px;
      border-radius: 6px;
    }
}
    .left h2 {
      font-size: 24px;
    }
    .features li {
      justify-content: start;
      font-size: 15px;
    }
    .right img {
      width: 100%;
      max-width: 420px;
      display: block;
      margin: 0 auto;
      border-radius: 14px;
    }
    .btn-red {
      width: 90%;
      font-size: 15px;
      padding: 14px;
    }

    .right img {
      width: 100%;
      max-width: 380px;
      margin: 0 auto;
    }
    .features li {
      justify-content: start;
    }
    h2 {
      justify-content: start;
    }