/* ====== About History template CSS — start ====== */

.iec_history_timeline_warpper {
    padding: 3.915059rem 0;
}

.iec_history_timeline_list {
    width: 100%;
    max-width: 34.061012rem;
    margin: 0 auto;
    position: relative;
    list-style: none;
}

.iec_history_timeline_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.iec_history_timeline_line {
    background-color: #e9e9f4;
    position: absolute;
    left: 50%;
    width: 0.078301rem;
    top: 0.469807rem;
    bottom: 3.915059rem;
    margin-left: -0.039151rem;
    z-index: 9;
    pointer-events: none;
}

.iec_history_timeline_list_item {
    width: 50%;
    margin-top: 2.975445rem;
    position: relative;
}

.iec_history_timeline_list_item:first-child {
    margin-top: 0;
}

.iec_history_timeline_list ul > .iec_history_timeline_list_item:nth-child(2) {
    margin-top: 3.915059rem;
}

.iec_history_timeline_list_item:nth-child(odd) {
    padding-left: 1.444444rem;
    margin-left: auto;
    text-align: left;
}

.iec_history_timeline_list_item:nth-child(even) {
    padding-right: 1.444444rem;
    margin-right: auto;
    text-align: right;
}

.iec_history_timeline_list_item::before {
    content: "";
    width: 0.548108rem;
    height: 0.548108rem;
    background-color: #b6b8dd;
    border-radius: 100vw;
    position: absolute;
    top: 0.274054rem;
    z-index: 10;
}

.iec_history_timeline_list_item:nth-child(odd)::before {
    left: -0.274054rem;
}

.iec_history_timeline_list_item:nth-child(even)::before {
    right: -0.274054rem;
}

.iec_history_timeline_year {
    font-family: var(--font-primary);
    font-weight: var(--bold);
    font-size: 1.409421rem;
    line-height: 97%;
    margin-bottom: 0.978765rem;
    color: #b6b8dd;
}

.iec_history_timeline_caption {
    font-family: var(--font-primary);
    font-weight: var(--bold);
    font-size: 0.783012rem;
    line-height: 140%;
    color: var(--color-text);
    margin: 0 0 0.587259rem;
}

.iec_history_timeline_list_item p,
.iec_history_timeline_description,
.iec_history_timeline_description p {
    font-family: var(--font-primary);
    font-weight: var(--regular);
    font-size: 0.626409rem;
    line-height: 170%;
    color: #364097;
    margin: 0;
}

.iec_history_timeline_description p:not(:last-child) {
    margin-bottom: 0.587259rem;
}

/* ====== About History template CSS — end ====== */
