add css to hide dotted border-bottom line for lists that contain only one item (About UGA section)
li:first-child:nth-last-child(n + 2), li:first-child:nth-last-child(n + 2) ~ li { // CSS properties }
li:first-child:nth-last-child(n + 2), li:first-child:nth-last-child(n + 2) ~ li { // CSS properties }