#cookie-msg {
    width: 70%;
    margin-bottom: 24px;
}

#cookie-msg .cookie-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}


@media (max-width: 992px) {
    #cookie-msg {
        width: 100%;
        margin-bottom: 0;
    }

    #cookie-msg .cookie-buttons {
        flex-wrap: wrap;
    }

    #cookie-msg .cookie-buttons a {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
}

