#privacy-polic {
    display: flex;
    justify-content: center; 
    padding: 40px 20px; 
    min-height: 100vh;
}

#privacy-polic iframe {
    width: 100%;
    max-width: 596pt; 
    height: 90vh; 
    border: none;
    overflow: auto; 
    display: block;
    margin: 0 auto; 
    padding: 20px;
    box-sizing: border-box;
}
