.privacy {  
    margin: 0 36px 40px;
    padding: 20px 28px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
}

.title {    
    font-size: 22px;
    font-weight: 700;
    margin: 50px 0 20px;
    text-align: center;
}

.block {    
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0 20px;
    text-align: center;
}

.bold { 
    font-weight: 500;
}

.super-bold { 
    font-weight: 700;
}

.normal-text { 
    font-weight: 400;
}

.policy {   
    font-weight: 700;
    text-align: center;
    margin: 30px 0;
}

.paragraphs a { 
    cursor: pointer;
    color: #b35b3d;
}

.list ol {  
    font-weight: 500;
}

.list a { 
    color: #b35b3d;
    cursor: pointer;
    font-weight: 500;
}

.point p {    
    margin-bottom: 10px;
}

.point a {    
    cursor: pointer;
    color: #b35b3d;
}

.point h4 {    
font-weight: 700;
text-align: center;
margin: 20px 0;
}

.point h5 { 
    font-weight: 700;
    margin: 0 0 10px 30px;
}

.point h6 { 
    font-weight: 700;
    margin: 0 0 10px 60px;
}

.point ul { 
    margin: 0 0 10px 30px;
}

.point li { 
    padding-bottom: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .privacy {  
        margin: 0 15px 40px;
        padding: 20px 15px;
        
    }
}
