:root {
    --white-color: #FFFFFF;
    --black-color: #000000;
    --orange-color: #FF5100;
    --stone-color: #323E48;
    --blue-color: #0900FF;
    --fluid-blue-color: #C4D6EB;
    --federation-color: #31006F;
    --chilly-color: #ED4337;
    --font-color: #303E49;
    --theme-box-shadow: 22px 28px 60px 0px rgba(0, 0, 0, 0.1),
        -23px -19px 50px 0px rgba(255, 255, 255, 0.25) inset,
        -15px -29px 60px 0px rgba(255, 255, 255, 0.20),
        21px 25px 50px 0px rgba(112, 112, 112, 0.15) inset
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.privacy-body {
    background-color: white;
    position: relative;
}

.privacy-body::after {
    content: '';
    position: absolute;
    z-index: -9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(163.29deg, rgba(232, 218, 255, 0.81) 23.09%, #FFF2BC 71.09%);
    background-repeat: no-repeat;
    opacity: 30%;
}


.privacy-section {
    padding-top: 180px;
    padding-bottom: 180px;

}

.privacy-heading {
    font-size: 64px;
    text-align: center;
    line-height: 79.55px;
    font-weight: 400;
    letter-spacing: -0.05em;
    color: var(--stone-color);
    margin-bottom: 24px;
}

.privacy-date {
    font-size: 36px;
    line-height: 39.17px;
    font-weight: 400;
    color: var(--stone-color);
}

.privacy-head {
    font-size: 32px;
    line-height: 34.82px;
    font-weight: 500;
    margin-bottom: 24px;
    color: var(--stone-color);
}

.heading-bold{
    font-weight: 600;
}

.margin {
    margin-top: 24px;
    margin-bottom: 10px;
}

.privacy-para.link {
    text-decoration: underline;
    color: var(--federation-color);
}