Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
CSS Stylesheet
#sec-1-pilots .page-reference{
    font-size: var(--font-size-18);
    line-height: normal;
    color: #989bb5;
    font-weight: 600;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
#main-content > p{margin: 0;}
.section > p{margin: 0}
HTML
<link rel="stylesheet" href="/digital-building-blocks/sites/download/attachments/694487808/style.css">
<script defer src="/digital-building-blocks/sites/download/attachments/694487778/skipToMainContent.js"></script>

...

Html-bobswift
<section class="section" id="sec-2-pilots">
  <div class="container">
    <div class="cols">
      <div class="col-10">">
        <h2 class="h2">
          The Pilot Projects are test driving the wallets’ specifications
        </h2>
        <h2 class="h2">
          The Pilot Projects are test driving the wallets’ specifications
<p>Large Scale Pilots are test driving the specifications of the EU Digital Identity Wallet in a wide range of use
         </h2>
 cases, before its roll-out to Member States. <p>TheThe Pilots are building on the <a href="https://ec.europa.eu/digital-building-blocks/sites/display/EUDIGITALIDENTITYWALLET/Technical+Specifications">specifications</a> detailed in the
          Architecture and Reference Framework (ARF).</p>
        <p>Each Pilot is testing the EU Digital Identity Wallet in a variety of everyday scenarios, relevant to Europeans day to
          day lives. The Pilot Projects will take place until 2025. </p>
        <p>The results of their tests will be shared to further improve the security, interoperability, and design of the EU
          Digital Identity Wallet.</p>
      </div>
    </div>
    <div class="cols">
      <div class="col-12 green-cards-container">
        <div class="green-card">
          <h3 class="h4">4 Pilot Projects</h3>
          <p>Four Large Scale Pilot projects, launched in April 2023, are testing the EU Digital Identity Wallet before its roll-out to Member States. </p>
        </div>
        <div class="green-card">
          <h3 class="h4">360 Participants</h3>
          <p>360 private companies and public authorities across 26 Member States, as well as Norway, Iceland, and Ukraine, are participating in the Pilot Projects. Each one operates as a consortium bringing together public and private sector expertise from across the EU, and are funded by European Commission grants.</p>
        </div>
      </div>
    </div>
  </div>
</section>

...