@media (min-width: 441px) {
    div.cky-consent-container.cky-box-bottom-left {
        top: 50%;
        left: 50%;
        bottom: unset;
        width: 400px;
        transform: translate(-50%, -50%);
    }

    div.cky-consent-container.cky-box-bottom-left .cky-consent-bar {
        padding: 30px 30px;
    }

    div.cky-consent-container.cky-box-bottom-left .cky-notice-group {
        display: grid;
        gap: 40px;
    }
}

@media (min-width: 520px) {
    div.cky-consent-container.cky-box-bottom-left {
        width: 500px;
    }

    div.cky-consent-container.cky-box-bottom-left .cky-consent-bar {
        padding: 50px 50px;
    }
}

@media (min-width: 769px) {
    div.cky-consent-container.cky-box-bottom-left {
        width: 700px;
    }

    div.cky-consent-container.cky-box-bottom-left .cky-consent-bar {
        padding: 100px 100px;
    }
}

@media (max-width: 440px) {
    div.cky-consent-container.cky-box-bottom-left .cky-consent-bar {
        padding: 90px 0;
    }
}