
.floor-3 .container-box .process-grid-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 16px;
}

.floor-3 .container-box .process-grid-box .process-box {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(180deg, #B0F3FF 0%, #FFF 15.38%);
    box-shadow: 0 0 6px 0 #00609033;
}

.floor-3 .container-box .process-grid-box .process-box .step {
    width: 48px;
    height: 58px;
}

.floor-3 .container-box .process-grid-box .process-box .step img {
    width: 100%;
    height: 100%;
}

.floor-3 .container-box .process-grid-box .process-box .step-name {
    color: #052633d9;
    font-size: 32px;
    font-weight: 600;
}

.floor-3 .container-box .process-grid-box .process-box .desc-box {
    height: 160px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #0526330d;
    color: #052633a6;
    background: #EBF5FA;
    margin-top: 16px;
}
