/*------------------------------------------------------*/
/* PRIVACY SECTION */
/*------------------------------------------------------*/

.section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    scroll-margin-top: 50px;
}
.privacy-wrapper {
    min-height: 75vh;    
    padding: 20px;
}
.privacy-wrapper h2 {
    margin: 0 0 10px;    
    padding-bottom: 10px;
}
.privacy-wrapper h4 {
    margin: 0.5em 0;
    font-weight: 700;
    color: #bababa;
}
.privacy-wrapper p,
.privacy-wrapper ul {   
    padding: 0.5em 0;
    font-size: 90%;
    color: #bababa;
    line-height: 1.35;   
}
.privacy-wrapper ul {
    padding-left: 30px;
    list-style: circle;
}
.privacy-wrapper img {
    position: relative;
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 350px;
}
.privacy-wrapper span {
    color: #ddff00;
}