
#privacy-section {
    display: flex;
    justify-items: center;
    align-items: center;
}

#privacy-section h3 {
    margin-top: 30px;
}

h4 {
    font-family: sans-serif;
    letter-spacing: 2px !important;
}

#privacy-section .content {
    width: 65vw;
    text-align: justify;
}

.privacy-content {
    margin-top: 20px;
}

@media (max-width:768px) {
    #privacy-section .content {
        width: 90vw;
        text-align: justify;
    }
}