    .introduce3 {        width: 100%;        display: flex;        flex-direction: column;        align-items: center;        background-color: #f4f3ef;        border-top: solid 1px #deddd9;        font-family: Manrope, system-ui, sans-serif;    }    .introduce3 .introduce2Inner {        margin: 80px 0;        width: 1104px;        display: flex;        flex-direction: column;        display: flex;        align-items: center;        font-family: Manrope, system-ui, sans-serif;    }    .introduce3 .introduce2Inner .title {        font-size: 24px;        color: rgb(26, 25, 22);    }    .introduce3 .introduce2Inner>.desc {        font-size: 14px;        color: rgb(107, 103, 96);        margin-top: 8px;    }    .introduce3 .introduce2Inner .steps {        width: 1104px;        display: flex;        align-items: center;        margin-top: 56px;        justify-content: space-between;    }    .introduce3 .introduce2Inner .steps .step {        width: 258px;    }    .introduce3 .introduce2Inner .steps .step .number {        font-size: 48px;        color: rgb(226, 223, 216);        font-weight: 600;    }    .introduce3 .introduce2Inner .steps .step .type {        font-size: 16px;        color: rgb(26, 25, 22);        margin-top: 16px;    }    .introduce3 .introduce2Inner .steps .step .desc {        margin-top: 8px;        color: rgb(107, 103, 96);        font-size: 13px;    }