.customer-list-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 120px;
}

.customer-list-content_title {
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 50px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
}
.customer-list-content_subtitle {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    text-align: center;
}
.customer-list-content_image {
    margin-top: 80px;
    margin-bottom: 100px;
    max-width: 1200px;
}

.customer-story-content {
    display: flex;
    width: 100%;
    background-color: #fafafa;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.customer_case {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 100px;
    max-width: 1200px;
}

.customer_block {
    width: 255px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #f3f3f3;
    margin:0 0 20px 20px;
}

.customer_block__image {
    overflow: hidden;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.customer_block__name {
    width:100%;
    height: 36px;
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #111111;
    line-height: 36px;
    margin-top: 8px;
    padding-left: 20px;
    text-align: left;
}

.customer_block__content {
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111111;
    line-height: 22px;
    margin-top: 8px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
