.timeline-2b75e373 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.timeline-2b75e373::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #ff9a9e;
    top: 0; bottom: 0; left: 50%;
    margin-left: -3px;
}
.timeline-container-2b75e373 {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
    box-sizing: border-box;
}
.timeline-container-2b75e373.left { left: 0; }
.timeline-container-2b75e373.right { left: 50%; }
.timeline-card-2b75e373 {
    padding: 20px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.timeline-card-2b75e373 .icon-wrapper-2b75e373 {
    position: absolute;
    width: 40px; height: 40px;
    right: -60px;
    background-color: #ff9a9e;
    border: 4px solid white;
    top: 15px; border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px #ff9a9e;
}
.timeline-container-2b75e373.right .timeline-card-2b75e373 .icon-wrapper-2b75e373 {
    left: -60px;
}
.timeline-card-2b75e373 .icon-wrapper-2b75e373 .my-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}
.timeline-card-2b75e373 .icon-wrapper-2b75e373 .my-icon svg {
    width: 16px;
    height: 16px;
    fill: white;
}

.timeline-card-2b75e373 img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 15px;
    height: auto;
}
.timeline-card-2b75e373 h3 { margin-top: 0; margin-bottom: 5px; color: #333; }
.timeline-card-2b75e373 .date { display: block; font-weight: bold; color: #ff9a9e; margin-bottom: 10px; }
.timeline-card-2b75e373 p { margin: 0; color: #666; }

@media screen and (max-width: 767px) {
    .timeline-2b75e373::after {
        left: 31px;
    }
    .timeline-container-2b75e373 {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    .timeline-container-2b75e373.right {
        left: 0%;
    }
    .timeline-card-2b75e373 .icon-wrapper-2b75e373,
    .timeline-container-2b75e373.right .timeline-card-2b75e373 .icon-wrapper-2b75e373 {
        left: -62px;
        right: auto;
    }
}
