<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Rounded Premium UI</title>




</head>

<body>

<section class="ap-wrapper">

  <div class="ap-container">

    <!-- LEFT -->
    <div>
      <div class="ap-small">Allen. project</div>

      <div class="ap-badge">Problem</div>

      <div class="ap-title">
        Too Much<br>
        Entertainment<br>
        Applications
      </div>

      <div class="ap-desc">
        Create some catching tagline for your main problem, to keep readers remembering your product or service.
      </div>
    </div>

    <!-- RIGHT -->
    <div class="ap-list">

      <div class="ap-item">
        <div class="ap-number">01</div>
        <div class="ap-card">
          <div class="ap-card-title">Too much entertainment application on device</div>
          <div class="ap-card-desc">Presentations are communication tools that can be used as lectures.</div>
        </div>
      </div>

      <div class="ap-item">
        <div class="ap-number">02</div>
        <div class="ap-card">
          <div class="ap-card-title">Lack of storage space on the phone</div>
          <div class="ap-card-desc">Presentations are communication tools that can be used as lectures.</div>
        </div>
      </div>

      <div class="ap-item">
        <div class="ap-number">03</div>
        <div class="ap-card">
          <div class="ap-card-title">Paradox of Choices</div>
          <div class="ap-card-desc">Presentations are communication tools that can be used as lectures.</div>
        </div>
      </div>

    </div>

  </div>

</section>

</body>
</html>