.ds_timeline_container {
    position: relative;
}

.ds-timeline-line__active,
.ds-timeline-line {
    border-style: solid;
    border-width: 2px;
    position: absolute;
    border-left: none !important;
    z-index: 0;
}

.ds_timeline .ribbon-icon {
    font-size: 20px;
    transition: color 300ms ease 0ms, background-color 300ms ease 0ms;
}

.ds_timeline .ribbon-icon img {
    width: 100%;
}

.ds-timeline-line {
    overflow: inherit !important;
    border-color: #eaebec;
}

.ds_timeline .ds_timeline_custom_classes:not(.ds_timeline_show-card-arrow) .ds_timeline_item_card:after {
    border-style: hidden;
}

.ds_timeline_layout_left .ds_timeline_container .ds-timeline-items .ds_timeline_item_container,
.ds_timeline_layout_mixed.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container,
.ds_timeline_layout_mixed.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container {
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.ds_timeline_layout_mixed.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container>.ds_timeline_ribbon,
.ds_timeline_layout_mixed.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container>.ds_timeline_ribbon {
    /*text-align: right;*/
    justify-content: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;

}

.ds_timeline_layout_left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card-wrap,
.ds_timeline_layout_left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card-wrap,
.ds_timeline_layout_mixed.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card-wrap,
.ds_timeline_layout_mixed.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
}

.ds_timeline_layout_mixed .ds-timeline-line__active,
.ds_timeline_layout_mixed .ds-timeline-line {
    /*border-right-width: 0 !important;*/
    left: 50%;
    right: auto;
    transform: translateX(-50%);

}

.ds_timeline_layout_left .ds-timeline-line__active,
.ds_timeline_layout_left .ds-timeline-line {
    left: auto;
}

.ds_timeline_layout_right .ds_timeline_item_container>.ds_timeline_ribbon,
.ds_timeline_layout_left .ds_timeline_item_container>.ds_timeline_ribbon {
    display: none;
}

.ds_timeline_layout_mixed .ds_timeline_item_card .ds_timeline_ribbon {
    display: none;
}

.ds_timeline_layout_left .ds_timeline_item_card .ds_timeline_ribbon,
.ds_timeline_layout_right .ds_timeline_item_card .ds_timeline_ribbon {
    display: flex;
}

/*
 * In left/right layouts, the timeline line is positioned using "Line Area Size".
 * If the icon column is allowed to flex-grow, its rendered width diverges from
 * "Line Area Size" (more noticeable at larger values), which makes the line
 * drift away from the icon center. Keep the icon column fixed-width so the
 * line always stays centered on the icons.
 */
.ds_timeline_layout_right .ds_timeline_item .ribbon-icon-wrap,
.ds_timeline_layout_left .ds_timeline_item .ribbon-icon-wrap {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    overflow: visible;
}

@media only screen and (max-width: 980px) {

    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_left_tablet .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_left_tablet .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container,
    .ds_timeline .ds_timeline_layout_left_tablet .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container,
    .ds_timeline .ds_timeline_layout_left_tablet .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container,
    .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container,
    .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -moz-box-direction: reverse;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_right_tablet .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_right_tablet .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container,
    .ds_timeline .ds_timeline_layout_right_tablet .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container,
    .ds_timeline .ds_timeline_layout_right_tablet .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container,
    .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container,
    .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container {
        flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container>.ds_timeline_ribbon,
    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container>.ds_timeline_ribbon,
    .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container>.ds_timeline_ribbon,
    .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container>.ds_timeline_ribbon {
        justify-content: flex-end;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline_layout_left_tablet .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline_layout_left_tablet .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    .ds_timeline_layout_left_tablet .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    .ds_timeline_layout_left_tablet .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_right_tablet .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_right_tablet .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    .ds_timeline .ds_timeline_layout_right_tablet .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    .ds_timeline .ds_timeline_layout_right_tablet .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card-wrap {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_mixed_tablet .ds_timeline_container .ds-timeline-line__active,
    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_mixed_tablet .ds_timeline_container .ds-timeline-line,
    .ds_timeline .ds_timeline_layout_mixed_tablet .ds_timeline_container .ds-timeline-line__active,
    .ds_timeline .ds_timeline_layout_mixed_tablet .ds_timeline_container .ds-timeline-line {
        /*border-right-width: 0 !important;*/
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_right_tablet .ds_timeline_container .ds-timeline-line__active,
    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_right_tablet .ds_timeline_container .ds-timeline-line,
    .ds_timeline .ds_timeline_layout_right_tablet .ds_timeline_container .ds-timeline-line__active,
    .ds_timeline .ds_timeline_layout_right_tablet .ds_timeline_container .ds-timeline-line {
        /* left: calc(16px); */
        /* line_area_size / 2 */
        right: auto;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_left_tablet .ds_timeline_container .ds-timeline-line__active,
    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_left_tablet .ds_timeline_container .ds-timeline-line,
    .ds_timeline .ds_timeline_layout_left_tablet .ds_timeline_container .ds-timeline-line__active,
    .ds_timeline .ds_timeline_layout_left_tablet .ds_timeline_container .ds-timeline-line {
        /* right: calc(16px - 4px); */
        /* line_area_size/2 - borderwidth * 2 */
        left: auto;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_right_tablet .ds_timeline_item_container>.ds_timeline_ribbon,
    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_left_tablet .ds_timeline_item_container>.ds_timeline_ribbon,
    .ds_timeline .ds_timeline_layout_right_tablet .ds_timeline_item_container>.ds_timeline_ribbon,
    .ds_timeline .ds_timeline_layout_left_tablet .ds_timeline_item_container>.ds_timeline_ribbon {
        display: none;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_mixed_tablet .ds_timeline_item_card .ds_timeline_ribbon,
    .ds_timeline .ds_timeline_layout_mixed_tablet .ds_timeline_item_card .ds_timeline_ribbon {
        display: none;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_mixed_tablet .ds_timeline_item_container>.ds_timeline_ribbon,
    .ds_timeline .ds_timeline_layout_mixed_tablet .ds_timeline_item_container>.ds_timeline_ribbon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_right_tablet .ds_timeline_item_card .ds_timeline_ribbon,
    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_left_tablet .ds_timeline_item_card .ds_timeline_ribbon,
    .ds_timeline .ds_timeline_layout_right_tablet .ds_timeline_item_card .ds_timeline_ribbon,
    .ds_timeline .ds_timeline_layout_left_tablet .ds_timeline_item_card .ds_timeline_ribbon {
        display: flex;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_right_tablet .ds_timeline_item .ribbon-icon-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l .ds_timeline .ds_timeline_layout_left_tablet .ds_timeline_item .ribbon-icon-wrap,
    .ds_timeline .ds_timeline_layout_right_tablet .ds_timeline_item .ribbon-icon-wrap,
    .ds_timeline .ds_timeline_layout_left_tablet .ds_timeline_item .ribbon-icon-wrap {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        overflow: visible;
    }
}

@media only screen and (max-width: 767px) {

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_left_phone .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_left_phone .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container,
    div.et_pb_module.ds_timeline .ds_timeline_layout_left_phone .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container,
    div.et_pb_module.ds_timeline .ds_timeline_layout_left_phone .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container,
    div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container,
    div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container {
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_right_phone .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_right_phone .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container,
    div.et_pb_module.ds_timeline .ds_timeline_layout_right_phone .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container,
    div.et_pb_module.ds_timeline .ds_timeline_layout_right_phone .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container,
    div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container,
    div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container {
        flex-direction: row !important;
        -webkit-box-direction: normal !important;
        -webkit-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -moz-box-orient: horizontal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container>.ds_timeline_ribbon,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container>.ds_timeline_ribbon,
    div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container>.ds_timeline_ribbon,
    div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container>.ds_timeline_ribbon {
        justify-content: flex-end !important;
        -webkit-box-pack: end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        -webkit-justify-content: flex-end !important;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module .ds_timeline_layout_left_phone .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module .ds_timeline_layout_left_phone .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    div.et_pb_module .ds_timeline_layout_left_phone .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    div.et_pb_module .ds_timeline_layout_left_phone .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end !important;
        -webkit-box-pack: end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        -webkit-justify-content: flex-end !important;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module .ds_timeline_layout_right_phone .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module .ds_timeline_layout_right_phone .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    div.et_pb_module .ds_timeline_layout_right_phone .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    div.et_pb_module .ds_timeline_layout_right_phone .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card-wrap,
    div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card-wrap {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone .ds_timeline_container .ds-timeline-line__active,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone .ds_timeline_container .ds-timeline-line,
    div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone .ds_timeline_container .ds-timeline-line__active,
    div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone .ds_timeline_container .ds-timeline-line {
        /*border-right-width: 0 !important;*/
        left: 50%;
        right: auto !important;
        transform: translateX(-50%);
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_right_phone .ds_timeline_container .ds-timeline-line__active,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_right_phone .ds_timeline_container .ds-timeline-line,
    div.et_pb_module.ds_timeline .ds_timeline_layout_right_phone .ds_timeline_container .ds-timeline-line__active,
    div.et_pb_module.ds_timeline .ds_timeline_layout_right_phone .ds_timeline_container .ds-timeline-line {
        /* left: calc(16px); */
        /* line_area_size / 2 */
        right: auto !important;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_left_phone .ds_timeline_container .ds-timeline-line__active,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_left_phone .ds_timeline_container .ds-timeline-line,
    div.et_pb_module.ds_timeline .ds_timeline_layout_left_phone .ds_timeline_container .ds-timeline-line__active,
    div.et_pb_module.ds_timeline .ds_timeline_layout_left_phone .ds_timeline_container .ds-timeline-line {
        /* right: calc(16px - 4px); */
        /* line_area_size/2 - borderwidth * 2 */
        left: auto !important;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_right_phone .ds_timeline_item_container>.ds_timeline_ribbon,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_left_phone .ds_timeline_item_container>.ds_timeline_ribbon,
    div.et_pb_module.ds_timeline .ds_timeline_layout_right_phone .ds_timeline_item_container>.ds_timeline_ribbon,
    div.et_pb_module.ds_timeline .ds_timeline_layout_left_phone .ds_timeline_item_container>.ds_timeline_ribbon {
        display: none;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone .ds_timeline_item_card .ds_timeline_ribbon,
    div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone .ds_timeline_item_card .ds_timeline_ribbon {
        display: none;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone .ds_timeline_item_container>.ds_timeline_ribbon,
    div.et_pb_module.ds_timeline .ds_timeline_layout_mixed_phone .ds_timeline_item_container>.ds_timeline_ribbon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_right_phone .ds_timeline_item_card .ds_timeline_ribbon,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_left_phone .ds_timeline_item_card .ds_timeline_ribbon,
    div.et_pb_module.ds_timeline .ds_timeline_layout_right_phone .ds_timeline_item_card .ds_timeline_ribbon,
    div.et_pb_module.ds_timeline .ds_timeline_layout_left_phone .ds_timeline_item_card .ds_timeline_ribbon {
        display: flex;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_right_phone .ds_timeline_item .ribbon-icon-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.ds_timeline .ds_timeline_layout_left_phone .ds_timeline_item .ribbon-icon-wrap,
    div.et_pb_module.ds_timeline .ds_timeline_layout_right_phone .ds_timeline_item .ribbon-icon-wrap,
    div.et_pb_module.ds_timeline .ds_timeline_layout_left_phone .ds_timeline_item .ribbon-icon-wrap {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        overflow: visible;
    }
}

.ds_timeline_item {
    z-index: 1;
}

.ds_timeline_item_content {
    position: relative;
}

.ds_timeline_item_button {
    display: inline-block;
}

.ds_timeline .ds_timeline_item_image .et_pb_image_wrap {
    display: block;
}

.ds_timeline {
    word-wrap: break-word;
}

.ds_timeline_item_image {
    border: 0 solid #333;
    text-align: center;
}

.ds_timeline_item_container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    display: table;
}

.et_pb_sticky_module .ds_timeline_item_image .et_pb_image_wrap {
    width: 100%;
    max-width: 100%;
}

.ds_timeline_item.et_pb_text_align_left .ds_timeline_item_container .ds_timeline_item_content {
    text-align: left;
}

.ds_timeline_item.et_pb_text_align_right .ds_timeline_item_container .ds_timeline_item_content {
    text-align: right;
}

.ds_timeline_item.et_pb_text_align_justified .ds_timeline_item_container .ds_timeline_item_content {
    text-align: justify;
}

.ds_timeline_item.et_pb_text_align_center .ds_timeline_item_container .ds_timeline_item_content {
    text-align: center;
}

.ds_timeline_item_container p:last-of-type {
    padding-bottom: 0;
}

.ds_timeline_item_image {
    /* display: inline-block; */
    /* remove this code to make icon placement working*/
    margin-bottom: 30px;
    line-height: 0;
    max-width: 100%;
}

.ds_timeline_ribbon_text {
    border-style: solid;
    border-color: #333333;
    border-width: 0;
}

.ds_timeline_item .et_pb_module_header a,
.ds_timeline_item h4 a {
    text-decoration: none;
}

.ds_timeline_item .ds_timeline_item_image .et_pb_image_wrap {
    display: block;
    margin: auto;
}

.ds_timeline_item .et_pb_button_wrapper {
    white-space: nowrap;
    margin-top: 20px;
}

.ds_timeline_item_position_left .ds_timeline_item_image,
.ds_timeline_item_position_right .ds_timeline_item_image {
    width: 60px;
    display: table-cell;
    line-height: 0;
}

.ds_timeline_item_position_left .ds_timeline_item_image img,
.ds_timeline_item_position_right .ds_timeline_item_image img {
    width: inherit;
}

.ds_timeline_item .ribbon-icon {
    line-height: 1;
}

.ds_timeline_item .ribbon-icon,
.ds_timeline_item_position_left .et-pb-icon,
.ds_timeline_item_position_right .et-pb-icon {
    display: inline-flex;
}

.ds_timeline_item .ribbon-icon,
.ds_timeline_item_position_left .et-pb-icon-circle,
.ds_timeline_item_position_right .et-pb-icon-circle {
    padding: 15px;
}

.et-db #et-boc .et-l .ds_timeline_item .ribbon-icon-circle-border,
.et-db #et-boc .et-l .ds_timeline_item_position_left .et-pb-icon-circle-border,
.et-db #et-boc .et-l .ds_timeline_item_position_right .et-pb-icon-circle-border,
.ds_timeline_item .ribbon-icon-circle-border,
.ds_timeline_item_position_left .et-pb-icon-circle-border,
.ds_timeline_item_position_right .et-pb-icon-circle-border {
    border: 2px solid;
}

.et-db #et-boc .et-l .ds_timeline .ds_timeline_item .ribbon-ico-circle,
.et-db #et-boc .et-l .ds_timeline .ds_timeline_item_card-wrap .et-pb-icon-circle,
.ds_timeline .ds_timeline_item .ribbon-ico-circle,
.ds_timeline .ds_timeline_item_card-wrap .et-pb-icon-circle {
    border-radius: 100%;
}

.et-db #et-boc .et-l .ds_timeline .ds_timeline_item .ribbon-ico-circle-border,
.et-db #et-boc .et-l .ds_timeline .ds_timeline_item_card-wrap .et-pb-icon-circle-border,
.ds_timeline .ds_timeline_item .ribbon-ico-circle-border,
.ds_timeline .ds_timeline_item_card-wrap .et-pb-icon-circle-border {
    border: 2px solid;
}

.ds_timeline_item_position_left .ds_timeline_item_content,
.ds_timeline_item_position_right .ds_timeline_item_content {
    display: table-cell;
    vertical-align: top;
}

.ds_timeline_item_position_left .ds_timeline_item_content {
    padding-left: 15px;
}

.ds_timeline_item_position_left .ds_timeline_item_container {
    text-align: left;
}

.ds_timeline_item_position_right .ds_timeline_item_content {
    padding-right: 15px;
}

.ds_timeline_item_position_right .ds_timeline_item_container {
    text-align: right;
}

.ds_timeline_item_position_right .ds_timeline_item_image {
    left: auto;
    right: 0;
}

.ds_timeline_item_position_right .et-pb-icon {
    margin-right: 0;
    margin-left: 20px;
}

.ribbon-icon {
    font-family: ETmodules;
}

.ds_timeline_item .ribbon-icon:after {
    line-height: inherit;
    font-size: inherit !important;
    content: attr(data-icon);
    line-height: 1;
}

.et-db #et-boc .et-l .ds_timeline_item:hover .ribbon-icon,
.et-db #et-boc .et-l .ds_timeline_item .ribbon-icon.active,
.ds_timeline_item:hover .ribbon-icon,
.ds_timeline_item .ribbon-icon.active {
    color: #ffffff;
}

/*.et-db #et-boc .et-l .ds_timeline_item:hover .ribbon-icon.ribbon-icon-circle,*/
.et-db #et-boc .et-l .ds_timeline_item .ribbon-icon.ribbon-icon-circle.active,
/*.ds_timeline_item:hover .ribbon-icon.ribbon-icon-circle,*/
.ds_timeline_item .ribbon-icon.ribbon-icon-circle.active {
    background-color: #2C3D49;
}

.et-db #et-boc .et-l .ds_timeline_item .ribbon-icon-circle,
.ds_timeline_item .ribbon-icon-circle {
    border-radius: 100%;
}

/* Center icon column with card column so timeline icon lines up with card + arrow when the card has vertical margin. */
.ds_timeline_item_container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ds_timeline_ribbon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ds_timeline .ds_timeline_item_card-wrap.need_animation {
    opacity: 0;
}

.ds_timeline_layout_mixed .ds_timeline_ribbon,
.ds_timeline_layout_mixed .ds_timeline_item_card-wrap {
    /*
     * In mixed layout the icon column is a fixed-width flex item sitting between
     * ribbon (left column) and card-wrap (right column). Using 50% basis for
     * both side columns makes the icon column drift off-center; using equal flex
     * on both sides keeps the icon column perfectly centered so the timeline
     * line (at 50%) always passes through the icons.
     */
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
}

.ds_timeline_item .ribbon-icon-wrap {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 1rem;
    position: relative;
    overflow: visible;
}

/* .et-db #et-boc .et-l .ds_timeline_item .ds_timeline_item_card, Commented since 20240213: With this code, background, border, box-shadow setting of child module is not working in backend builder*/
.ds_timeline_item .ds_timeline_item_card {
    position: relative;
    border-style: solid;
    background: #F2F3F3;
    border-width: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: visible !important;
}

/* Row aligns icon column with the card column (see .ds_timeline_item_container). Card-wrap centers the card.
   Arrow on .ds_timeline_item_card:after so it stays on the card edge when the card has horizontal margin. */
.ds_timeline_item_card-wrap {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-basis: 100%;
    --ds-timeline-wrap-mt: 0px;
    --ds-timeline-wrap-mb: 0px;
}

.ds_timeline_item_card-wrap:after {
    content: none !important;
    display: none !important;
}

.ds_timeline_item_card:after {
    content: '';
    /* Match flex-aligned icon when wrap has unequal top/bottom margin (vars set on .ds_timeline_item_card-wrap). */
    top: calc(50% + (var(--ds-timeline-wrap-mb, 0px) - var(--ds-timeline-wrap-mt, 0px)) / 2);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.ds_timeline_layout_left .ds_timeline_container .ds-timeline-items .ds_timeline_item .ds_timeline_item_container .ds_timeline_item_card:after {
    right: -12px;
    border-left-style: solid;
    /* border-left-width: 12px; */
}

.ds_timeline_layout_right .ds_timeline_container .ds-timeline-items .ds_timeline_item .ds_timeline_item_container .ds_timeline_item_card:after {
    left: -12px;
    border-right-style: solid;
    /* border-right-width: 12px; */
}

@media (min-width: 981px) {

    .ds_timeline_layout_mixed.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card:after,
    .ds_timeline_layout_mixed.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card:after {
        right: -12px;
        border-left-style: solid;
        /* border-left-width: 12px; */
    }

    .ds_timeline_layout_mixed.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card:after,
    .ds_timeline_layout_mixed.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card:after {
        left: -12px;
        border-right-style: solid;
        /* border-right-width: 12px; */
    }
}

@media (max-width:980px) {

    .ds_timeline_item .ds_timeline_item_position_left_tablet .ds_timeline_item_image,
    .ds_timeline_item .ds_timeline_item_position_right_tablet .ds_timeline_item_image {
        width: 60px;
        display: table-cell;
        line-height: 0;
    }

    .ds_timeline_item .ds_timeline_item_position_left_tablet .ds_timeline_item_image img,
    .ds_timeline_item .ds_timeline_item_position_right_tablet .ds_timeline_item_image img {
        width: inherit;
    }

    .ds_timeline_item .ribbon-icon,
    .ds_timeline_item .ds_timeline_item_position_left_tablet .et-pb-icon,
    .ds_timeline_item .ds_timeline_item_position_right_tablet .et-pb-icon {
        display: inline-flex;
    }

    .ds_timeline_item .ribbon-icon-circle,
    .ds_timeline_item .ds_timeline_item_position_left_tablet .et-pb-icon-circle,
    .ds_timeline_item .ds_timeline_item_position_right_tablet .et-pb-icon-circle {
        padding: 10px;
    }

    .ds_timeline_item .ribbon-icon-circle-border,
    .ds_timeline_item .ds_timeline_item_position_left_tablet .et-pb-icon-circle-border,
    .ds_timeline_item .ds_timeline_item_position_right_tablet .et-pb-icon-circle-border {
        border: 2px solid;
    }

    .ds_timeline_item .ds_timeline_item_position_left_tablet .ds_timeline_item_content,
    .ds_timeline_item .ds_timeline_item_position_right_tablet .ds_timeline_item_content {
        display: table-cell;
        vertical-align: top;
    }

    .ds_timeline_item .ds_timeline_item_position_left_tablet .ds_timeline_item_content {
        padding-left: 15px
    }

    .ds_timeline_item .ds_timeline_item_position_left_tablet .ds_timeline_item_container {
        text-align: left;
    }

    .ds_timeline_item .ds_timeline_item_position_right_tablet .ds_timeline_item_content {
        padding-right: 15px;
    }

    .ds_timeline_item .ds_timeline_item_position_right_tablet .ds_timeline_item_container {
        padding-right: 52px;
        text-align: right;
    }

    .ds_timeline_item .ds_timeline_item_position_right_tablet .ds_timeline_item_image {
        left: auto;
        right: 0;
    }

    .ds_timeline_item .ds_timeline_item_position_right_tablet .et-pb-icon {
        margin-right: 0;
        margin-left: 20px;
    }

    .ds_timeline_item .ds_timeline_item_position_top_tablet .ds_timeline_item_image {
        display: inline-block;
        width: auto;
    }

    .ds_timeline_item .ribbon-icon,
    .ds_timeline_item .ds_timeline_item_position_top_tablet .et-pb-icon {
        display: inline-flex;
    }

    .ds_timeline_item .ribbon-icon-circle,
    .ds_timeline_item .ds_timeline_item_position_top_tablet .et-pb-icon-circle {
        padding: 10px;
    }

    .ds_timeline_item .ds_timeline_item_position_top_tablet .ds_timeline_item_content {
        padding-left: 0;
        padding-right: 0;
        display: block;
    }

    .ds_timeline_item .ds_timeline_item_position_top_tablet .ds_timeline_item_container {
        /* text-align: center; */
        padding-right: 0;
    }

    .ds_timeline .ds_timeline_layout_mixed_tablet .ds_timeline_ribbon,
    .ds_timeline .ds_timeline_layout_mixed_tablet .ds_timeline_item_card-wrap {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }

    .ds_timeline .ds_timeline_layout_left_tablet .ds_timeline_item_card-wrap,
    .ds_timeline .ds_timeline_layout_right_tablet .ds_timeline_item_card-wrap {
        flex-basis: auto;
        -webkit-flex-basis: auto;
    }

    .ds_timeline .ds_timeline_layout_left_tablet .ds_timeline_container .ds-timeline-items .ds_timeline_item .ds_timeline_item_container .ds_timeline_item_card:after {
        right: -12px;
        border-left-style: solid;
        /* border-left-width: 12px; */
        border-right-style: none;
        left: auto;
    }

    .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card:after,
    .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card:after {
        right: -12px;
        border-left-style: solid;
        /* border-left-width: 12px; */
        border-right-style: none;
        left: auto;
    }

    .ds_timeline .ds_timeline_layout_right_tablet .ds_timeline_container .ds-timeline-items .ds_timeline_item .ds_timeline_item_container .ds_timeline_item_card:after {
        left: -12px;
        border-right-style: solid;
        /* border-right-width: 12px; */
        border-left-style: none;
        right: auto;
    }

    .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card:after,
    .ds_timeline .ds_timeline_layout_mixed_tablet.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card:after {
        left: -12px;
        border-right-style: solid;
        /* border-right-width: 12px; */
        border-left-style: none;
        right: auto;
    }
}

@media (max-width:767px) {

    .ds_timeline_item .ds_timeline_item_position_left_phone .ds_timeline_item_image,
    .ds_timeline_item .ds_timeline_item_position_right_phone .ds_timeline_item_image {
        width: 60px;
        display: table-cell;
        line-height: 0;
    }

    .ds_timeline_item .ds_timeline_item_position_left_phone .ds_timeline_item_image img,
    .ds_timeline_item .ds_timeline_item_position_right_phone .ds_timeline_item_image img {
        width: inherit;
    }

    .ds_timeline_item .ribbon-icon,
    .ds_timeline_item .ds_timeline_item_position_left_phone .et-pb-icon,
    .ds_timeline_item .ds_timeline_item_position_right_phone .et-pb-icon {
        display: inline-flex;
    }

    .ds_timeline_item .ribbon-icon-circle,
    .ds_timeline_item .ds_timeline_item_position_left_phone .et-pb-icon-circle,
    .ds_timeline_item .ds_timeline_item_position_right_phone .et-pb-icon-circle {
        padding: 10px;
    }

    .ds_timeline .ds_timeline_item .ribbon-icon-circle-border,
    .ds_timeline_item .ds_timeline_item_position_left_phone .et-pb-icon-circle-border,
    .ds_timeline_item .ds_timeline_item_position_right_phone .et-pb-icon-circle-border {
        border: 2px solid;
    }

    .ds_timeline_item .ds_timeline_item_position_left_phone .ds_timeline_item_content,
    .ds_timeline_item .ds_timeline_item_position_right_phone .ds_timeline_item_content {
        display: table-cell;
        vertical-align: top;
    }

    .ds_timeline_item .ds_timeline_item_position_left_phone .ds_timeline_item_content {
        padding-left: 15px;
    }

    .ds_timeline_item .ds_timeline_item_position_left_phone .ds_timeline_item_container {
        text-align: left;
    }

    .ds_timeline_item .ds_timeline_item_position_right_phone .ds_timeline_item_content {
        padding-right: 15px;
    }

    .ds_timeline_item .ds_timeline_item_position_right_phone .ds_timeline_item_container {
        padding-right: 52px;
        text-align: right;
    }

    .ds_timeline_item .ds_timeline_item_position_right_phone .ds_timeline_item_image {
        left: auto;
        right: 0;
    }

    .ds_timeline_item .ds_timeline_item_position_right_phone .et-pb-icon {
        margin-right: 0;
        margin-left: 20px;
    }

    .ds_timeline_item .ds_timeline_item_position_top_phone .ds_timeline_item_image {
        display: inline-block;
        width: auto
    }

    .ds_timeline_item .ribbon-icon,
    .ds_timeline_item .ds_timeline_item_position_top_phone .et-pb-icon {
        display: inline-flex;
    }

    .ds_timeline_item .ribbon-icon-circle,
    .ds_timeline_item .ds_timeline_item_position_top_phone .et-pb-icon-circle {
        padding: 10px;
    }

    .ds_timeline_item_position_top_phone .ds_timeline_item_content {
        padding-left: 0;
        padding-right: 0;
        display: block;
    }

    .ds_timeline_item .ds_timeline_item_position_top_phone .ds_timeline_item_container {
        /* text-align: center; */
        padding-right: 0;
    }

    .ds_timeline .ds_timeline_layout_mixed_phone .ds_timeline_ribbon,
    .ds_timeline .ds_timeline_layout_mixed_phone .ds_timeline_item_card-wrap {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }

    .ds_timeline .ds_timeline_layout_left_phone .ds_timeline_item_card-wrap,
    .ds_timeline .ds_timeline_layout_right_phone .ds_timeline_item_card-wrap {
        flex-basis: auto;
        -webkit-flex-basis: auto;
    }

    .ds_timeline .ds_timeline_layout_left_phone .ds_timeline_container .ds-timeline-items .ds_timeline_item .ds_timeline_item_container .ds_timeline_item_card:after {
        right: -12px;
        border-left-style: solid;
        /* border-left-width: 12px; */
        border-right-style: none;
        left: auto;
    }

    .ds_timeline .ds_timeline_layout_mixed_phone.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card:after,
    .ds_timeline .ds_timeline_layout_mixed_phone.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card:after {
        right: -12px;
        border-left-style: solid;
        /* border-left-width: 12px; */
        border-right-style: none;
        left: auto;
    }

    .ds_timeline .ds_timeline_layout_right_phone .ds_timeline_container .ds-timeline-items .ds_timeline_item .ds_timeline_item_container .ds_timeline_item_card:after {
        left: -12px;
        border-right-style: solid;
        /* border-right-width: 12px; */
        border-left-style: none;
        right: auto;
    }

    .ds_timeline .ds_timeline_layout_mixed_phone.startpos-right .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(odd) .ds_timeline_item_container .ds_timeline_item_card:after,
    .ds_timeline .ds_timeline_layout_mixed_phone.startpos-left .ds_timeline_container .ds-timeline-items .ds_timeline_item:nth-child(even) .ds_timeline_item_container .ds_timeline_item_card:after {
        left: -12px;
        border-right-style: solid;
        /* border-right-width: 12px; */
        border-left-style: none;
        right: auto;
    }
}

