div.accept-cookies {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 410px;
    gap: 40px;
}

div.accept-cookies h3 {
    color: var(--Neutral-Black, #222);
    text-align: center;

    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    max-width: 500px;
    align-self: center;
}

div.accept-cookies .btn {
    align-self: center;
}

@media screen and (min-width: 768px) {
    div.accept-cookies {
        height: 410px;
    }
}