#privacy h1 {
    color: #1B1464; margin-bottom: 15px; font-size: 30px;
}

#privacy h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

#privacy p {
    margin-bottom: 50px;
}

#privacy {
    padding: 70px;
}

@media (max-width: 800px) {

    #privacy {
        padding: 40px;
    }
    
}

#remove {
    background-color: #7E61E4;
    color: white;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 55px;
    margin-right: 20px;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}