ul {
    list-style-type: none;
}
.intro ul,
ul.disc {
    list-style-type: disc;
}
li {
    margin-bottom: 4px;
}