header{
    background-color: #000;
}
#privacypolicy-section .container{
    margin-top: 50px;
}
.points{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
h2{
    margin-bottom: 20px;
}
ul{
    list-style-type: disc !important;
    padding-left: 20px;
}
strong, a, i{
    color: var(--color-purple);
}
a{
    font-weight: bold;
    transition: color 0.3s;
}
a:hover{
    color: var(--color-purple-darker);
}
ul{
    padding-left: 30px;
}
#privacypolicy-section .info{
    margin-bottom: 20px;
}