.modalz {

    z-index: 2000000;
}
.policy p {
     font-family: 'Roboto Condensed';
     text-align: justify;
     padding-right: 1em;
 }
 
 .policy h4 {
     padding-top: 0.7em;
     padding-bottom: 0.3em;
     font-weight: 700;
     color: #072158;
 }
 
 .cookie-banner {
     opacity: 0.5;
     color: white;
     position: fixed;
     margin: auto;
     display: flex;
     justify-content: space-between;
     background-color: #4d587c;
     border-radius: 5px;
     z-index: 1000000;
     box-shadow: 0 0 2px 1px rgba(100, 100, 100, 0.2);
 }
 

 .bcookie-banner {
    color: white;
 }
 

 #exampleModalCenter.modal {
     overflow-y: auto;
     position: absolute;
 }
 
 #exampleModalCenter.modal-body {
     overflow-y: scroll;
     max-height: 90%;
     height: 400px;
     overflow-y: auto;
 }
 
 #exampleModalCenter.modal-open {
     overflow: auto;
     padding-right: 0 !important
 }
 
 #exampleModalCenter.modal-dialog {
     overflow-y: initial !important
 }
 
 #exampleModalCenter.modal-content {
     /* 80% of window height */
     height: 80%;
 }
 
 #exampleModalCenter.modal-height {
     max-height: 80%;
 }
 
 @media(max-width:1920px) {
     .cookie-banner {
         top: 25%;
         right: 1%;
         width: 20%;
         padding: 0.8em 0.8em;
     }
     .pcookie-banner {
         font-size: 0.9em;
     }
     .pcookie-banner a {
         font-size: 1em;
         color: #21cdc0;
     }
     .bcookie-banner {
         font-size: 1.1em;
         border: none;
         padding-left: 2em;
         padding-right: 2em;
         padding-top: 0.5em;
         padding-bottom: 0.5em;
         border-radius: 0.4em;
     }
 }
 
 @media(max-width:1024px) {
     .cookie-banner {
         top: 25%;
         right: 1%;
         width: 40%;
         padding: 1em 1em;
     }
     .pcookie-banner {
         font-size: 0.9em;
     }
 }
 
 @media(max-width:768px) {
     .cookie-banner {
         top: 25%;
         right: 1%;
         width: 40%;
         padding: 1em 1em;
     }
     p.pcookie-banner {
         font-size: 0.7em;
     }
     .bcookie-banner {
         font-size: 0.7em;
     }
 }
 
 @media(max-width:768px) {
     .cookie-banner {
         top: 25%;
         right: 1%;
         width: 40%;
         padding: 1em 1em;
     }
     p.pcookie-banner {
         font-size: 0.7em;
     }
     .bcookie-banner {
         font-size: 1em;
     }
 }
 
 @media(max-width:480px) {
     .cookie-banner {
         top: 80%;
         right: 0%;
         width: 100%;
         padding: 0.5em 0.5em;
     }
     p.pcookie-banner {
         font-size: 0.7em;
     }
     .bcookie-banner {
         font-size: 1em;
         top: 10%;
     }
 }
 
 @media(max-width:480px) {
     .cookie-banner {
         top: 80%;
         right: 0%;
         width: 100%;
         padding: 0.5em 0.5em;
     }
     p.pcookie-banner {
         font-size: 0.7em;
     }
     .bcookie-banner {
         font-size: 1em;
         top: 10%;
     }
 }
 
 @media(max-width:360px) {
     .cookie-banner {
         top: 70%;
         right: 0%;
         width: 100%;
         padding: 0.5em 0.5em;
     }
     p.pcookie-banner {
         font-size: 0.7em;
     }
     .bcookie-banner {
         font-size: 1em;
         top: 10%;
     }

 }