/* .video .spacing-top { height: 24px; }

@media screen and (min-width: 768px) { .video .spacing-top { height: 24px; } }

.video .spacing-bottom { height: 32px; }

@media screen and (min-width: 768px) { .video .spacing-bottom { height: 64px; } } */

.video iframe {
    width: 100%;
    height: 410px;
    border-radius: 16px;
    display: none;
}

@media screen and (min-width: 768px) {
    .video iframe {
        height: 600px;
    }
}

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: 600px;
    }
}