﻿.accept-personal-info-wrapper {
    position: initial;
    z-index: 0;
    left: 0px;
    top: 0px;
    padding: 10px;
    width: 100%;
    background: var(--Red);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;

    @media screen and (max-width: 768px) {
        flex-direction: column;
        justify-content: center;

        button {
            margin-left: 0;
            margin-top: 20px;
        }
    }

    button {
        margin-left: 20px;
        white-space: nowrap;
    }
}