|
/*----------------------------------------------*/ /*---OOH PRIVACY STATEMENT PAGE - 09-11-2022---*/ /*--------------------------------------------*/ /*---INTRODUCTION---*/ #introduction { background-image: url("https://ec.europa.eu/digital-building-blocks/sites/download/attachments/605325773/bg-illu-sigle-privacy-statement.svg"); background-position: top right; background-repeat: no-repeat; background-size: 100%; } @media screen and (max-width: 769px) { #introduction { background-position: top right; background-size: 240%;} } /*Remove empty p of Confluence*/ #introduction .col-4 > p:first-child, #introduction .col-4 > p:last-child { display: none; border:1px solid red;} #introduction .card-grid { text-align: center;} #introduction .card-grid-body p { font-family: var(--font-semi-bold); font-weight: 600; color: #001832;} #introduction .card-grid-body p img { margin:0 auto 0.5rem auto; display: block;} |