/*
DTW PH update 12/11/24
Fix for Bullet on the ul tags
Override the Global CSS set on the ul tag to be none 
*/

.text-component__description ul{
    list-style: unset !important;
    padding: revert-layer !important;
}