.os-5db6b240-wrapper {
    width: 100%;
    padding: 20px 0;
}

.os-5db6b240-steps-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.os-5db6b240-step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

.os-5db6b240-icon-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.os-5db6b240-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #f7ecd5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #4a3b32;
}

.os-5db6b240-icon svg {
    width: 28px;
    height: 28px;
    fill: #4a3b32;
}

.os-5db6b240-number {
    position: absolute;
    bottom: 0;
    right: -5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #c99a5c;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.os-5db6b240-title {
    font-size: 16px;
    font-weight: 700;
    color: #2b2b2b;
    max-width: 120px;
}

.os-5db6b240-divider {
    flex-grow: 1;
    height: 2px;
    background-color: #a7a7a7;
    margin: 0 15px;
    transform: translateY(-20px);
}

@media (max-width: 767px) {
    .os-5db6b240-steps-container {
        flex-direction: column;
        align-items: center;
    }
    
    .os-5db6b240-divider {
        width: 2px;
        height: 40px;
        margin: 10px 0;
        transform: translateY(0);
    }
}
