Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
CSS Stylesheet
.page-reference{font-size: var(--font-size-18);line-height: normal;color: #989bb5!important;font-weight: 600;letter-spacing: 2.88px;text-transform: uppercase;}
@media(max-width: 768px){
    .page-reference{font-size: var(--font-size-14);font-style: normal;font-weight: 500;color: #989bb5!important;line-height: normal;letter-spacing: 2.24px;text-transform: uppercase;}
}
#main-content > p { margin-bottom: 0; }
#main-header{background:none!important;}
#header-main{background: none!important;}
#main-content{background: none!important;}
@media screen and ( min-width: 1221px ) {
.nav-main .second-level, .nav-main .third-level { box-shadow: 0px 2px 12px rgba(0, 24, 50, 0.08)!important; }
}

...

Html-bobswift
<section class="section" id="sec-1-use-cases">
    <div class="container">
        <div class="cols justify-content-between align-items-center">
            <div class="col-7">
                <p class="page-reference">Pilot projects</p>
                <h2 class="h1 sec-1-title-desktop pb">The many <strong>use cases</strong> of the EU Digital Identity Wallet</h2>
                <h2 class="h1 sec-1-title-mobile pb">Large Scale Pilot Projects <span class="d-block">Use Cases</span></h2>
                <p class="sec-1-subtitle-desktop">The>Discover the many ways that the EU Digital Identity Wallet will simplify the lives of citizens, 
                    citizens    residents and businesses and ensure that their; making data staysmore secure and private. 
                        It will also improve security and flexibility for
                        flexibility for governments and businesses when carrying out transactions online.</p>
                <p class="sec-1-subtitle-mobile">Large-scale pilot projects>Discover the many ways that the EU Digital Identity Wallet will testsimplify technicalthe specificationslives of
                    citizens and businesses; making fordata themore Commonsecure Toolboxand forprivate. theIt EUwill 
also improve security and flexibility  for
                  Digital Identity Walletgovernments and businesses awhen softwarecarrying prototype.out Introductiontransactions sentence<online.</p>
            </div>
            <div class="col-5">
                <img src="/digital-building-blocks/sites/download/attachments/716146139/illu-use-cases-sec-1.svg" alt="">
            </div>
        </div>
    </div>
</section>

...