/**WEBSITE DEV**/
body {
    background: url(../img/Vector-website-dev.svg);
    background-size: 100% 300px;
    background-repeat: no-repeat;
}
#cookie-policy-header {
    height: 275px;
    align-content: center;
    h1 {
        text-align: center;
    }
}

#cookie-policy-section {
    background-color: var(--primary-color-gray-light);
    height: fit-content;
    padding-bottom: 60px;
    .row {
        align-items: center;
    }

    h1 {
        width: fit-content;
        padding: 10px 40px;
        background: var(--gold-gradient-to-top);
        color: white;
    }
    .left {
        margin: 0 auto 40px 0;
        text-align: right;
        border-radius: 0 20px 20px 0;
    }

    .right {
        margin: 0 0 40px auto;
        text-align: right;
        border-radius: 20px 0 0 20px;
    }

    img {
        min-width: 300px;
        max-width: 350px;
        width: 100%;
    }
}