#privacy p {
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 40px;
}
#privacy-first h2 {
    text-align: center;
    font-size: 30px; 
    color: #C22F4D;
    margin-bottom: 40px;
} 
#privacy-first h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
#privacy-first .card {
    background-color: #fff;
    border-radius: 20px;
    padding: 60px;
}
@media screen and (max-width: 768px) {
    #privacy p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    #privacy-first h2 {
        font-size: 22px;
        margin-bottom: 25px;
    } 
    #privacy-first h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #privacy-first .card {
        padding: 40px;
    }   
}