.cookie-accept {
    position: fixed;
    max-width: 300px;
    width: 100%;
    right: 20px;
    height: auto;
    z-index: 9999;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .cookie-accept {
        position: relative;
        right: 0;
        bottom: 0;
        max-width: 100%;
    }
}

.text-underline {
    text-decoration: underline;
}