Hi Willya,
Try adding this in Appearance > Customize > Additional CSS:
ol.comment-list > li.comment {
border-bottom: solid 1px #000;
padding-bottom: 20px;
}
ol.comment-list > li.comment > ul.children > li.comment > ul.children > li.comment {
border-left: solid 1px #000;
padding-left: 20px;
}
ol.comment-list > li.comment > ul.children > li.comment > ul.children > li.comment:not(:last-of-type) {
margin-bottom: 20px
}
You may change the values to your preference.