.ps-505a1e33-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 100%;
    gap: 30px;
}

.ps-505a1e33-container::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    height: 1px;
    background-color: #e5e7eb;
    z-index: 1;
}

.ps-505a1e33-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

.ps-505a1e33-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 500;
    font-family: serif, serif;
    margin-bottom: 24px;
    user-select: none;
    transition: transform 0.3s ease;
}

.ps-505a1e33-item:hover .ps-505a1e33-circle {
    transform: scale(1.05);
}

.ps-505a1e33-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.ps-505a1e33-desc {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    max-width: 240px;
}

@media (max-width: 767px) {
    .ps-505a1e33-container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .ps-505a1e33-container::before {
        left: 50%;
        top: 40px;
        bottom: 40px;
        width: 1px;
        height: auto;
    }
}
