.solution-team-container .solution-team-content {
    padding: 64px 24px;
}

.solution-team-container .solution-team-content .flow-card {
    padding: 16px;
    box-sizing: border-box;
}

.solution-team-container .solution-team-content .flow-card .flow-card-grid-item:last-child .flow-card-item:after {
    display: none;
}

.solution-team-container .solution-team-content .flow-card .flow-card-item {
    position: relative;
}

.solution-team-container .solution-team-content .flow-card .flow-card-item:after {
    position: absolute;
    content: "→";
    color: rgb(var(--primary-6));
    right: -32px;
    font-size: 16px;
}

.solution-team-container .solution-team-content .flow-card .flow-card-item .flow-card-item-index {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgb(var(--primary-1));
}

@media (max-width: 768px) {
    .solution-team-container .flow-card-grid-item .flow-card-item:after {
        display: none;
    }
}