ul.policy-list{
    list-style: disc;
}
/* Sticky header */
        header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #fff; /* Adjust the background color as needed */
            z-index: 999; /* Ensure it's above other elements */
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a shadow for better visibility */
        }
body {
            padding-top: 80px; /* Adjust according to header height */
        }