.model {
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.model-content-wrapper {
    flex-direction: column;
    justify-content: center;
}

.model-number {
    display: inline-flex;
    min-width: 58px;
    height: 38px;
    margin-bottom: 20px;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: #22a0da;
    color: #ffffff;
    font-weight: 900;
}

.model-title {
    max-width: 900px;
    margin: 8px auto 28px;
    color: #22a0da;
    font-family: "PT Serif", Georgia, serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 58px;
}

.model-flow {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin: 36px 0;
}

.model-flow div {
    padding: 18px 22px;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    color: #0d2e4f;
    font-size: 17px;
    font-weight: 900;
}

.model-flow i {
    width: 36px;
    height: 3px;
    border-radius: 9px;
    background: linear-gradient(90deg, #38a9e8, #22a0da);
}

.model-text {
    max-width: 900px;
    color: #4d5b6d;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 860px) {
    .model-title {
        font-size: 34px;
        line-height: 38px;
    }

    .model-flow {
        flex-direction: column;
        margin: 30px 0;
    }

    .model-flow div {
        width: 100%;
    }

    .model-flow i {
        width: 3px;
        height: 22px;
    }
}
