#privacy {
    margin-top: 48px;
}
a {
    word-wrap: break-word;
}
#privacy h1 {
    font-size: 40px;
    line-height: 76px;
    font-family: "Clash Display Bold";
    background: linear-gradient(90deg, #A734BD 0%, #FF006A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: start;
    margin-bottom: 100px;
    text-align: center;
}
span {
    color: white;
    font-size: 16px;
    line-height: 24px;
    color: var(--paragraph);
}

p {
    color: white;
}
p a {
    color: #EB355A;
    transition: 0.3s;
}
 a {
    color: #EB355A;
    transition: 0.3s;
}


a:hover {
    text-decoration: underline;
    color: #EB355A;
}
ol li a {
    color: #EB355A;
}
#privacy h2 {
    background-color: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: unset;
    font-family: "Poppins", sans-serif;
    color: white;
}
#privacy h3 {
    font-size: 22px;
    color: white;
}
#privacy .privacy-content h2{
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
    color: var(--paragraph);
    margin-bottom: 20px;
}
#privacy .privacy-content p{
    font-size: 16px;
    line-height: 24px;
    color: var(--paragraph);
}
#privacy .privacy-content li {
    font-size: 16px;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    color: var(--paragraph);
}
#privacy .privacy-content {
    margin-bottom: 40px;
}
#privacy .privacy-holder{
    background: rgba(52, 33, 52, 0.5);
    border-radius: 20px;
    padding: 24px;
    border: 1px solid  rgba(255, 255, 255, 0.17);
}
#privacy .privacy-content:last-child {
    margin-bottom: 0;
}
.dfe a:hover {
    text-decoration: none;
}
#privacy .img-holder{
    top: -150px;
    left: 0;
    z-index: -1;
}
#privacy .img-holder-1{
    top: 200px;
    right: 0;
    z-index: -1;
}
#privacy .img-holder-2{
    top: 700px;
    left: 0;
    z-index: -1;
}
#privacy .img-holder-3{
    top: 1500px;
    right: 0;
    z-index: -1;
}
#footer .img-holder-4{
    bottom: 0;
    left: 0;
    z-index: -1;
}
#footer .img-holder-4 img{
    background: linear-gradient(90deg, #A734BD 0%, #FF006A 100%);
    opacity: 0.6;
    filter: blur(200px);
}
@media (max-width:767.98px) {
    #privacy .img-holder-1{
        top: -250px;
        opacity: 0.7;
    }
    #privacy .img-holder-2{
        top: 1900px;
        opacity: 0.7;
    }
    #privacy .img-holder-3 {
        top: 700px;
        opacity: 0.7;
    }
}
@media(max-width:768px){
    #privacy h1 {
        line-height:45px;
    }
}