<style>
  .po-container {
    max-width: 960px;
    margin: 40px auto;
    padding: 20px;
    background: linear-gradient(to right, #e6f0fa, #f4f9ff);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 57, 125, 0.1);
    font-family: 'Segoe UI', 'Roboto', sans-serif;
  }
  .po-container h2 {
    color: #003366;
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
  }
  .po-list {
    list-style: none;
    padding: 0;
  }
  .po-item {
    background: #fff;
    border-left: 5px solid #1e70bf;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px;
    transition: box-shadow 0.3s ease;
  }
  .po-item:hover {
    box-shadow: 0 8px 16px rgba(30, 112, 191, 0.15);
  }
  .po-item h5 {
    color: #1e70bf;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .po-item p {
    color: #333;
    font-size: 15px;
    margin: 0;
  }
  .po-item p em {
    font-style: italic;
    color: #555;
    font-weight: 600;
  }
</style>

<div class="po-container">
  <h2>Strategy</h2>
 

    <div class="po-item">
      <p>Multi-Stakeholder and Multidisciplinary approach that is aiming to foster entrepreneurial mindsets, attitudes and skills of students, staff and members of the university community</p>
    </div>

    <div class="po-item">
      <p>Promotion of internal and external collaboration between and amongst students, staff, units, departments and faculties, and collaboration with industry</p>
    </div>

    <div class="po-item">
      <p>Facilitating the creation of Students’ Enterprise Clubs (SECs) at the level of the faculty/ department /unit.</p>
    </div>

    <div class="po-item">
      <p>Organizing and promoting students’ participation in exhibitions, competitions, science fairs and other entrepreneurial learning opportunities</p>
    </div>

    <div class="po-item">
      <p>Creating the infrastructure and providing a conducive environment for idea conception, development, commercialization and Intellectual property development</p>
    </div>

</div>