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="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/694487808/style.css">

...

Div
idsec-2-pilots
classsection
HTML
<div class="container">
  <div class="cols">
    <div class="col-10">
      <h2 class="h2">
        The Pilot Projects are test driving
        the wallets’ specifications
      </h2>
      <p>
        The Pilots are building on the specifications detailed in the Toolbox
        and the Reference Implementation. 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 over a
        period of 2 years.
        <span class="d-block"
          >The results of their tests will be shared to further improve the
          security, interoperability, and design of the EU Digital Identity
          Wallet.</span
        >
      </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
         the EU Digital Identity Wallet before its roll-out to Member States.
        </p>
      </div>
      <div class="green-card">
        <h3 class="h4">250 Participants</h3>
        <p>
          Over 250 private companies and public authorities across 25 Member
          States as well as Norway, Iceland, and Ukraine are participating in
 the
         the four Pilot Projects. Each one operates as a consortium bringing together
          together public and private sector expertise from across the EU.
        </p>
      </div>
    </div>
  </div>
</div>    
Div
idsec-3-pilots
classsection
HTML
<div class="container">
  <div class="cols">
    <div class="col-5">
      <h2 class="h3 pb">
        The European Commision,
        <span class="d-block pb"
          >Member States and Pilot Projects are working</span
        >
        <span class="d-block pb">together to create the</span>
        <span class="d-block">Wallet Toolbox</span>
      </h2>
    </div>
    <div class="col-7">
      <div class="txt-container">
        <h4>European Commission</h4>
        <p>
          The European Commission, and Member States, are together providing the
          specifications and guidelines needed to build the EU Digital Identity
          Wallet with the EU Digital Identity Wallet Toolbox.
        </p>
      </div>
      <div class="txt-container">
        <h4>Large Scale Pilots</h4>
        <p>
          The Pilots are building on the specifications detailed in the Toolbox
          and the Reference Implementation, and will pilot and test the wallet
          in a variety of everyday use cases. Feedback from the Pilot Projects
          will inform the next versions of the Toolbox.
        </p>
      </div>
      <div class="txt-container">
        <h4>Member States</h4>
        <p>
          The end result of this process will be a well-tested open-source code
          base for the wallet, that will be used by Member States to build their
          own wallets.
        </p>
      </div>
    </div>
  </div>
</div>

<img class="sec-3-illu" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/694487808/illu-pilots-sec-3.svg" alt="">
     

...