.frame-type-gridelements_pi1-20 {
    max-width: var(--mg-medium-width);
}

.upa_timeline {
    background-color: transparent;
    padding: 0;
    border-radius: 10px;
}

.upa_timeline_inner {
    padding-left: 40px;
    position: relative;
    max-width: var(--mg-small-width);
    margin: 0 auto;
}

.upa_timeline_inner::after {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 11px;
    width: 2px;
    background-color: var(--mg-primary-color-b-bright);
    z-index: 1;
}

.upa_timeline_entry {
    position: relative;
    margin-bottom: 20px;
}

.upa_timeline_entry_title {
    font-weight: 400;
    font-family: 'GT-Eesti-LC-Display';
    font-size: 24px;
    line-height: 1;
    padding: 0 0 16px 0;
}

.upa_timeline_entry::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -42px;
    width: 28px;
    height: 28px;
    background-color: var(--mg-primary-color-a-full);
    border-radius: 100%;
    border: 4px solid #ffffff;
    z-index: 2;
}

.upa_timeline_entry_body {}

.upa_timeline_entry_body>*:last-child {
    margin-bottom: 0;
}

.upa_timeline_entry_body ul {
    list-style: none;
}

@media (min-width: 1200px) {
    .upa_timeline_inner {
        padding-left: 60px;
    }

    .upa_timeline_inner::after {
        left: 16px;
    }


    .upa_timeline_entry {
        margin-bottom: 30px;
    }

    .upa_timeline_entry::after {
        top: -6px;
        left: -59px;
        width: 32px;
        height: 32px;
    }
}