.cookieConsentContainer {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 150px;
    height: 20%;
    padding: 10px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

@media only screen and (max-device-width: 550px) {
    .cookieConsentContainer {
        height: 40%;
        min-height: 200px;
    }
}

@media only screen and (max-width: 1144px) and (min-width: 550px) {
    .cookieConsentContainer {
        height: 25%;
    }
}