.elementor .widget-programs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

@media screen and (max-width: 767px) {
    .elementor .widget-programs {
        display: block;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.elementor .widget-programs__title {
    font-size: 4.75rem;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .elementor .widget-programs__title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .elementor .widget-programs__title {
        font-size: 2rem;
        text-align: center;
    }
}

.elementor .widget-programs__list {
    list-style-type: none;
    max-width: 420px;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .elementor .widget-programs__list {
        max-width: 100%;
    }
}

.elementor .widget-programs__list-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #617398;
    font-size: 14px;
    border-right: 2px solid transparent;
    padding: 0.5rem 1rem;
    transition: all 0.25s;
}

.elementor .widget-programs__list-item:hover,
.elementor .widget-programs__list-item.active {
    cursor: pointer;
    background-color: #243E75;
    font-weight: bold;
    border-color: #fff;
    color: #fff;
}

.elementor .widget-programs__list-item:hover {
    background-color: #3d60a9;
}

.widget-program__list-item__bullet {
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.9rem;
    transition: width 0.25s, margin 0.25s, opacity 0.1s;
}

.elementor .widget-programs__list-item.active .widget-program__list-item__bullet {
    width: 0;
    margin-right: 0;
    opacity: 0;
}

.elementor .widget-programs .elementor .widget-programs__program {
    display: none
}

.elementor .widget-programs .elementor .widget-programs__program:first-child {
    display: block
}


.elementor .widget-programs .elementor-button-link {
    max-width: 250px;
    width: 100%;
    color: #fff;
    padding: 0.7rem 1rem;
    background: #F05843;
    border-radius: 1px;
    margin-top: 3rem;
}

@media screen and (max-width: 767px) {
    .elementor .widget-programs .elementor-button-link {
        display: block;
        margin: 1.5rem auto 1.5rem auto;
    }
}

.elementor .widget-programs__right {
    overflow: hidden;
}
