.st-5ba18366-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

.st-5ba18366-container::before {
    content: '';
    position: absolute;
    top: 100px;
    bottom: 100px;
    left: 50%;
    width: 4px;
    background-color: #1b4324;
    transform: translateX(-50%);
}

.st-5ba18366-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    position: relative;
    width: 100%;
}

.st-5ba18366-item:last-child {
    margin-bottom: 0;
}

.st-5ba18366-content,
.st-5ba18366-spacer {
    width: calc(50% - 40px);
}

.st-5ba18366-item.st-right {
    flex-direction: row-reverse;
}

.st-5ba18366-item.st-left .st-5ba18366-content {
    text-align: left;
}

.st-5ba18366-item.st-right .st-5ba18366-content {
    text-align: left;
}

.st-5ba18366-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.st-5ba18366-circle {
    width: 50px;
    height: 50px;
    background-color: #1b4324;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a4d65e;
    font-weight: bold;
    font-size: 18px;
    z-index: 2;
}

.st-5ba18366-title {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #222;
}

.st-5ba18366-desc {
    margin: 0;
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .st-5ba18366-container::before {
        left: 30px;
    }
    .st-5ba18366-center {
        left: 30px;
    }
    .st-5ba18366-item {
        flex-direction: row-reverse !important;
        justify-content: flex-start;
    }
    .st-5ba18366-content {
        width: calc(100% - 80px);
        margin-left: auto;
    }
    .st-5ba18366-spacer {
        display: none;
    }
}