.ps-container-7ed770e9 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.ps-item-7ed770e9 {
    flex: 1;
    position: relative;
    text-align: center;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Connecting Line */
.ps-item-7ed770e9:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 40px; /* half of 80px circle */
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #e2e8f0;
    z-index: 0;
}

.ps-icon-box-7ed770e9 {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    z-index: 1;
}

.ps-icon-wrapper-7ed770e9 {
    font-size: 28px;
    color: #003399;
}

.ps-icon-wrapper-7ed770e9 svg {
    width: 28px;
    height: 28px;
    fill: #003399;
}

.ps-badge-7ed770e9 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26px;
    height: 26px;
    background-color: #003399;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.ps-title-7ed770e9 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #111827;
}

.ps-desc-7ed770e9 {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .ps-container-7ed770e9 {
        flex-direction: column;
        align-items: center;
    }
    
    .ps-item-7ed770e9 {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .ps-item-7ed770e9:not(:last-child)::after {
        width: 1px;
        height: 100%;
        top: 80px;
        left: 50%;
        transform: translateX(-50%);
    }
}
