.angie-timeline-wrapper_3693e0b7 {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.angie-timeline-item_3693e0b7 {
    display: flex;
    flex-direction: row;
    position: relative;
    min-height: 100px;
}

.angie-timeline-left_3693e0b7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
    flex-shrink: 0;
}

.angie-timeline-circle_3693e0b7 {
    width: 40px;
    height: 40px;
    background-color: #43727c;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    z-index: 2;
    flex-shrink: 0;
}

.angie-timeline-line_3693e0b7 {
    width: 2px;
    background-color: lightgrey;
    flex-grow: 1;
    z-index: 1;
}

.angie-timeline-right_3693e0b7 {
    flex-grow: 1;
    padding-bottom: 40px;
}

.angie-timeline-item_3693e0b7:last-child .angie-timeline-right_3693e0b7 {
    padding-bottom: 0;
}

.angie-timeline-card_3693e0b7 {
    background-color: #ffffff;
    border: 1px solid lightgrey;
    border-radius: 8px;
    padding: 24px;
    margin-left: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.angie-timeline-title_3693e0b7 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.25rem;
    color: #111111;
}

.angie-timeline-content_3693e0b7 {
    font-size: 1rem;
    line-height: 1.6;
    color: #444444;
    margin: 0;
}