.top-margin{margin-top:100px}.privacy-policy-container{max-width:800px;margin:0 auto;padding:20px;text-align:center;animation:fadeIn 1s ease-in-out}.title{font-size:2.5em;margin-bottom:20px;animation:slideInFromTop 1s ease-in-out}.description{font-size:1.2em;margin-bottom:20px;animation:fadeIn 1.5s ease-in-out}.section-title{font-size:2em;margin-top:30px;margin-bottom:10px;animation:slideInFromLeft 1s ease-in-out}.info-list{text-align:left;margin:0 auto 20px;padding:0;list-style-type:disc;max-width:600px;animation:fadeIn 1.5s ease-in-out}.info-list li{margin-bottom:10px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromTop{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slideInFromLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@media (max-width:768px){.title{font-size:2em}.description{font-size:1em}.section-title{font-size:1.5em}.info-list{max-width:100%}}@media (max-width:480px){.title{font-size:1.5em}.description{font-size:.9em}.section-title{font-size:1.2em}.info-list{max-width:100%}}