.test-style {
    font-size: 2rem;
    color:#fff; 
    /* background-color:rgba(0,0,0,0.8);  */
    text-align:center
}

.btn-style {
    /* background-color: gray !important; */
    margin-right: 1rem;

}

@media(min-width:601px){
    .cookie-notice-text-container {
		line-height: 1;
    }
}

.text-url {
    color: #ea0909;
}

.cookie-notice-container {
    font-size: 1.3rem;
}

.cookie-notice-container .row {
    margin-bottom: 0 !important;
} 
