.cookie-box {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 400px;
    z-index: 999;
    background-color: white;
    padding: 10px 25px 10px 25px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

@media (max-width: 768px) {
    .cookie-box {
        position: absolute;
        left: 5%;
        right: 5%;
        width: 90%;
    }
    .banner__whatsapp {
        display: none;
    }
}

.cookie-box strong {
    font-weight: bold;
}

.cookie-box a {
    color: #41B08F;
    font-weight: bold;
    text-decoration: underline;
}

.cookie-box button {
    padding: 10px 15px 10px 15px;
    border: none;
    border-radius: 1rem;
    background-color: #41B08F;
    color: white;
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.clients__button {
    cursor: unset !important;
}