.cookies-alert-container {
    margin: 0;
    position: fixed;
    bottom: 50px;
    right: 25px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
    padding-right: 20px;
    padding-left: 20px;
    z-index: 1000;
    max-width: 465px;
    width: 50%;
    text-align: justify;
}
@media (max-width: 678px) {
    .cookies-alert-container {
        bottom: 100px;
        right: 5%;
        width: 90%;
    }
}
