.cookie-popup {
    position: fixed;
    bottom: 0;
    width: 250px;
    margin: 10px;
    background-color: #FFF;
    border-radius: 5%;
    padding: 10px;
    opacity: 0.9;
}

.btn-cookie {
    color: #FFF !important;
    background-color: #072A24 !important;
}

@media screen and (max-width: 800px) {
    .cookie-popup {
        width: 220px;
    }
}
