.cw2-curriculum-columns .cw2-curriculum {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cw2-curriculum-columns .cw2-curriculum .items {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cw2-curriculum-columns .cw2-curriculum .buttons {
    margin-top: auto;
}

.cw2-curriculum {
    position: relative;
    padding: 26px 60px 28px 32px;
    background: #f8f7f7;
    border: 1px solid #e8e8e8;
    z-index: 1;
}

.cw2-curriculum:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 42px;
    bottom: 45px;
    width: 2px;
    right: 37px;
    background: url('data:image/gif;base64,R0lGODlhAgAMAIABANXV1f///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6YjQ5MjU1MGUtNTY5NS00ZGIzLWE0ODEtOTA4MGI1M2MxOTZkIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg1QzRFQzk3Rjg4NDExRTk4QjkxOUVBMkU3Q0U5MjA4IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg1QzRFQzk2Rjg4NDExRTk4QjkxOUVBMkU3Q0U5MjA4IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZjQ3ZjdjY2QtMzU3ZC00N2QyLThiOGEtOTNmYWE4ZTMyYTExIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NmE4YzQ5ZGQtMjI0My1iYjQ0LWI0N2QtMTgxZjAwNWI5OGQyIi8+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+Q29kZVdpemFyZHNfQ3VyclBhZ2UtVjRfbW9ja3VwX2VkaXRzIGNvcHk8L3JkZjpsaT4gPC9yZGY6QWx0PiA8L2RjOnRpdGxlPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAEALAAAAAACAAwAAAIGhI8Jwc0FADs=') repeat-y 0 0;
}

.cw2-curriculum:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 42px;
    right: 34px;
    width: 8px;
    height: 6px;
    background: #ffc844;
}

.cw2-curriculum > .heading {
    position: relative;
    padding-bottom: 2px;
    z-index: 1;
}

.cw2-curriculum > .heading:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 10px;
    right: -26px;
    width: 8px;
    height: 6px;
    background: #ffc844;
}

.cw2-curriculum .heading {
    display: flex;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
}

.cw2-curriculum .heading .icon {
    display: flex;
    margin-right: 10px;
}

.cw2-curriculum .heading .icon img {
    width: 24px;
}

.cw2-curriculum .heading span {
    flex: 1;
}

.cw2-curriculum .items {
    margin-top: 27px;
}

.cw2-curriculum .items .item {
    margin-bottom: 27px;
}

.cw2-curriculum .items .item.color-green .colored {
    color: #048665;
}

.cw2-curriculum .items .item.color-green .text p:before {
    background: #048665;
}

.cw2-curriculum .items .item.color-blue .colored {
    color: #3276bb;
}

.cw2-curriculum .items .item.color-blue .text p:before {
    background: #3276bb;
}

.cw2-curriculum .items .item.color-violet .colored {
    color: #9a72b2;
}

.cw2-curriculum .items .item.color-violet .text p:before {
    background: #9a72b2;
}

.cw2-curriculum .items .item.color-pink .colored {
    color: #cc509e;
}

.cw2-curriculum .items .item.color-pink .text p:before {
    background: #cc509e;
}

.cw2-curriculum .items .item > .heading {
    position: relative;
    z-index: 1;
}

.cw2-curriculum .items .item > .heading:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 6px;
    right: -37px;
    width: 29px;
    height: 29px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAMAAABhTZc9AAAAaVBMVEUAAAD9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P9x0P////9x0P/+/KIlqZWaYD/9+P/9Nz+7MD+3o/+2oP91G4BHkH//PT+13ru8PLd4eZFWnQSLU4YbrAsAAAAEXRSTlMAG9mvkzHQCvGr4G1srfDRCO7H10UAAADmSURBVCjPjZPZksIgEEWBxCzuHEzMMnGW///IKaUVjJHyvgB1qpuGvq0e0pva7NmbeqPVXKuMoGz1xI45MHSts67tBiA/RkkL6J29y/VQ6AdcM55trPPIWnBZcJHAEH6hKG80ZxQY45H8Vi2EtFFyuFae0dsl9WRKaXCL1IFWWwa7rIGtqune0I6dMrRy+p7RFqMqJn/4+Tv5TfPr14lKgRU1X6f74gU+NmCBEuvvDVig3OtrDlig1Dx7byNQ3pv+q+Q/p3uU7m/aG2lfCT68ePIQWb4UP092Ej+XH85CmKMKzC6ao39Osi4tcZVk3AAAAABJRU5ErkJggg==') no-repeat center;
}

.cw2-curriculum .items .special-price {
    margin-top: 4px;
    border: 1px solid #bf003f;
    border-radius: 6px;
    background-color: #fff;
    text-align: center;
}

.cw2-curriculum .items .special-price .special-price-title {
    padding: 2px 10px 1px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #bf003f;
}

.cw2-curriculum .items .special-price .special-price-description {
    padding: 2px 10px 5px;
    background-color: #bf003f;
    color: #fff;
    line-height: 1;
}

.cw2-curriculum .items .price-per-course {
    margin-top:15px;
    margin-bottom:10px;
}

.cw2-curriculum .items .price-per-course .label {
    margin-bottom:5px;
    padding-left:8px;
    font-size:13px;
    font-weight:bold;
}

.cw2-curriculum .items .price-per-course .button {
    position:relative;
    z-index:1;
    display:inline-block;
    padding:2px 8px 4px;
    font-size:15px;
    border:2px solid #f6b92a;
    border-radius:8px;
    box-shadow:3px 3px 8px 0px rgba(0, 0, 0, 0.10);
    text-decoration:none;
    background:#ffc743;
}

.cw2-curriculum .items .price-per-course .button sup {
    font-size:.7em;
}

.cw2-curriculum .items .price-per-course .button:before {
    content:'';
    position:absolute;
    z-index:0;
    top:0;
    left:0;
    right:0;
    bottom:0;
    border-radius:8px;
    background: linear-gradient(108deg,rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
}

.cw2-curriculum .items .price-per-course .button.color-blue {
    border:2px solid #003265;
    background:#013f7e;
    color:#ffc844;
}

.cw2-curriculum .items .price-per-course a.button:hover {
    background-color:#fff;
    color:#fdc743;
}

.cw2-curriculum .items .text {
    margin-top: 7px;
    font-size: 18px;
}

.cw2-curriculum .items .text p {
    position: relative;
    margin-bottom: 8px;
    padding-left: 28px;
    line-height: 1.17;
    z-index: 1;
}

.cw2-curriculum .items .text p:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 8px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #011e41;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.cw2-curriculum .items .text p:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 9px;
    right: -26px;
    width: 8px;
    height: 6px;
    background: #ffc844;
}

.cw2-curriculum .buttons {
    margin-top: 20px;
    text-align: center;
}