.jt-325b1815-container {
    width: 100%;
}
.jt-325b1815-header {
    margin-bottom: 40px;
}
.jt-325b1815-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #28a745;
    margin-bottom: 10px;
}
.jt-325b1815-heading {
    font-size: 32px;
    font-weight: 800;
    color: #1a2b49;
    margin: 0;
}
.jt-325b1815-timeline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.jt-325b1815-item {
    flex: 1;
    position: relative;
    text-align: center;
    padding: 0 10px;
}
.jt-325b1815-icon-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.jt-325b1815-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #28a745;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 2;
    color: #28a745;
}
.jt-325b1815-icon-wrapper i { font-size: 24px; }
.jt-325b1815-icon-wrapper svg { width: 24px; height: 24px; fill: #28a745; }

.jt-325b1815-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    border-top: 2px dashed #28a745;
    z-index: 1;
    transform: translateY(-50%);
}

.jt-325b1815-year {
    font-size: 20px;
    font-weight: 800;
    color: #1a2b49;
    margin-bottom: 5px;
}
.jt-325b1815-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a2b49;
    margin-bottom: 10px;
}
.jt-325b1815-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Tablet */
@media (max-width: 1024px) {
    .jt-325b1815-timeline {
        flex-wrap: wrap;
    }
    .jt-325b1815-item {
        flex: 0 0 33.333%;
        margin-bottom: 40px;
    }
    .jt-325b1815-line {
        display: none; /* simplifies tablet wrap */
    }
}

/* Mobile */
@media (max-width: 767px) {
    .jt-325b1815-timeline {
        flex-direction: column;
    }
    .jt-325b1815-item {
        flex: 0 0 100%;
        display: flex;
        text-align: left;
    }
    .jt-325b1815-icon-container {
        flex-direction: column;
        margin-right: 20px;
        margin-bottom: 0;
    }
    .jt-325b1815-line {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        width: 0;
        height: 100%;
        border-top: none;
        border-left: 2px dashed #28a745;
        transform: none;
    }
}
