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

.itw-program-list>li {
    margin-bottom: 30px;
}

.itw-program-list strong {
    font-weight: 600;
}

.itw-program-list a {
    color: var(--main_color);
}

.itw-program-list .itw-learn-more {
    position: relative;
    transition: color 0.25s ease, background 0.25s ease;
    display: inline-block;
    padding: 0 10px;
    background: var(--second_color);
    background: color-mix(in srgb, var(--second_color) 80%, #fff 100%);
    color: #000;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 500;
}

.itw-program-list .itw-learn-more:active,
.itw-program-list .itw-learn-more:hover {
    background: var(--second_color);
    color: #fff;
}