.pt-wrapper-79403d15 {
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.pt-steps-79403d15 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.pt-step-79403d15 {
    flex: 1;
    text-align: center;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pt-circle-79403d15 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #0f766e;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    z-index: 2;
}

.pt-title-79403d15 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
}

.pt-desc-79403d15 {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #6b7280;
}

.pt-line-79403d15 {
    position: absolute;
    top: 50px; /* 20px top padding + 30px (half circle) */
    left: 10%;
    right: 10%;
    height: 2px;
    background-color: #2563eb;
    z-index: 1;
}

/* Mobile styles */
@media (max-width: 767px) {
    .pt-steps-79403d15 {
        flex-direction: column;
    }
    
    .pt-step-79403d15 {
        padding: 20px 0;
    }

    .pt-line-79403d15 {
        width: 2px;
        height: auto;
        top: 50px;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }
}