/* CSS for bullet format */
.feature-list {
    list-style-type: disc;
    margin-left: 20px; /* Adjust margin as needed */
}

/* Additional styling for headings if desired */
h1 {
    color: #333; /* Heading color */
}

h2 {
    color: #666; /* Subheading color */
    margin-top: 20px; /* Adjust spacing between sections */
}
