/* Slick Modals - Cookie Notice 2 */
.cookieNotice-2 * {
    color: #fff;
    text-align: center;
}
.cookieNotice-2 .title {
    font-weight: 700;
    padding: 0 0 6px 0;
    font-size: 34px;
letter-spacing: -0.5px;
font-family: 'Poppins', sans-serif;
text-align: center !important;

}
.cookieNotice-2 p {
    font-size: 18px;
margin-top: 10px;
    padding: 0;
font-family: 'Poppins', sans-serif;
text-align: center;
}
.cookieNotice-2 p span {
    background: #46a211;
    color: #fff;
border-radius: 3px;
     font-weight: 700;
    padding: 0 4px;
}

@media (max-width: 768px) {

.cookieNotice-2 * {
    color: #fff !important;
    text-align: center !important;
}
.cookieNotice-2 .title {
    font-weight: 700 !important;
    padding: 0 0 6px 0 !important;
    font-size: 20px !important;
letter-spacing: -0.5px !important;
font-family: 'Poppins', sans-serif !important;
text-align: center !important;

}
.cookieNotice-2 p {
    font-size: 14px !important;
margin-top: 10px !important;
    padding: 0 !important;
font-family: 'Poppins', sans-serif !important;
text-align: center !important;
}
.cookieNotice-2 p span {
    background: #46a211 !important;
    color: #fff !important;
border-radius: 3px !important;
     font-weight: 700 !important;
    padding: 0 4px !important;
}

}