.content .text-wrapper ul {
    padding: revert;
    padding-top: 5px;
}

.content .text-wrapper li {
    padding-bottom: 5px;
}

.content .text-wrapper > ol > li:last-child {
    padding-bottom: 0;
}

.content .text-wrapper > ul > li:last-child {
    padding-bottom: 0;
}