.pst-4d757909-wrap { width: 100%; }
.pst-4d757909-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 16px;
    align-items: start;
}
.pst-4d757909-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}
.pst-4d757909-top {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
}
.pst-4d757909-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--pst-accent, #E63946);
    transform: translateY(-50%);
    z-index: 1;
}
.pst-4d757909-item:first-child .pst-4d757909-line { left: 50%; }
.pst-4d757909-item:last-child .pst-4d757909-line { right: 50%; }
.pst-4d757909-icon {
    position: relative;
    z-index: 2;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--pst-accent, #E63946);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
    font-size: 22px;
}
.pst-4d757909-icon svg { width: 22px; height: 22px; fill: currentColor; }
.pst-4d757909-label {
    margin-top: 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--pst-accent, #E63946);
    text-transform: uppercase;
}
.pst-4d757909-card {
    margin-top: 18px;
    background-color: #fff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(13, 27, 42, 0.08);
    width: 100%;
    box-sizing: border-box;
}
.pst-4d757909-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #0D1B2A;
    line-height: 1.3;
}
.pst-4d757909-desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: #6B7280;
}
@media (max-width: 1024px) {
    .pst-4d757909-grid { grid-template-columns: repeat(2, 1fr); }
    .pst-4d757909-item:nth-child(odd) .pst-4d757909-line { left: 50%; }
    .pst-4d757909-item:nth-child(even) .pst-4d757909-line { right: 50%; }
}
@media (max-width: 600px) {
    .pst-4d757909-grid { grid-template-columns: 1fr; }
    .pst-4d757909-line { display: none; }
}
