.itw-rich-text ul {
    padding: 0 0 0 20px;
    list-style-position: outside;
    margin: 0;
}

.itw-rich-text ul>li:not(:last-of-type) {
    margin-bottom: 15px;
}

.itw-rich-text p {
    margin: 0;
}

.itw-rich-text p:not(:last-child) {
    margin-bottom: 10px;
}

.itw-rich-text ul:not(:last-child) {
    margin-bottom: 20px;
}

.itw-rich-text a:not(.itw-learn-more) {
    color: var(--main_color);
}

.itw-rich-text a:not(.itw-learn-more):active,
.itw-rich-text a:not(.itw-learn-more):hover {
    color: color-mix(in srgb, var(--main_color) 100%, #000 20%);
    text-decoration: underline;
    text-underline-offset: 5px;
}