.itw-list.with-icon {
    padding: 0;
    list-style: none;
}

.itw-list.with-icon>li {
    list-style: none;
    display: flex;
    gap: 0.5em;
}

.itw-list.with-icon li:not(:last-of-type) {
    margin-bottom: 0.25em;
}

.itw-list.with-icon .icon-wrapper {
    flex-shrink: 0;
}

.itw-list.with-icon .itw-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: var(--icon-color, currentColor);
    mask-image: var(--icon);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    vertical-align: middle;
}

.itw-list.with-icon .text>p {
    margin: 0;
}

.itw-list.with-icon .text>p:not(:last-child) {
    margin-bottom: 10px;
}

.itw-list.with-icon .text img {
    height: auto;
}

.itw-list.with-icon .text>ul {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

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

.itw-list.with-icon .text a:not(.itw-learn-more):active,
.itw-list.with-icon .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;
}