﻿.privacy {
    width: 100%;
    min-height: calc(100vh - 152px) !important;
    --s: 15px;
    --c1: #b09f79;
    --c2: #476074;
    --_g: #0000 83%, var(--c1) 85% 99%, #0000 101%;
    background: radial-gradient(27% 29% at right, var(--_g)) calc(var(--s)/ 2) var(--s), radial-gradient(27% 29% at left, var(--_g)) calc(var(--s)/-2) var(--s), radial-gradient(29% 27% at top, var(--_g)) 0 calc(var(--s)/ 2), radial-gradient(29% 27% at bottom, var(--_g)) 0 calc(var(--s)/-2) var(--c2);
    background-size: calc(2 * var(--s)) calc(2 * var(--s));
    isolation: isolate;
    position: relative;
}

    .privacy::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        background-color: rgba(255, 255, 255, 0.90);
        z-index: -1;
    }

.privacy_title {
    text-align: center;
    font-family: "Times New Roman", "Sarif";
    font-size: 3rem;
    color: #000;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.privacy h1,
.privacy h2,
.privacy h3,
.privacy h4 {
    font-family: "Times New Roman", "Serif";
    color: #000;
}