/*
Theme Name: Worldwide Unlimited Services
*/

.drbiodata {
    list-style-type: disc;
    padding-left: 20px;
}
.drbiodata {
    list-style-type: disc;   /* Ensures bullets are visible */
    padding-left: 20px;      /* Adds left padding to show bullets */
    margin: 0;
}

.drbiodata li {
    margin-bottom: 8px;      /* Optional: spacing between items */
}



