.hc-our-values {
    /*// 背景铺满*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/our-values/bg-our-values.png");
}
.hc-model .main-image-wrap {
    margin: 48px auto 0;
    display: flex;
    justify-content: center;
}
.hc-model .main-image-wrap img {
    max-width: 100%;
    width: 860px;
}
.hc-support {
    padding-top: 88px;
    padding-bottom: 100px;
    /*// 背景铺满*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/our-values/bg-support.png");
}
.hc-support .hc-title-wrap div{
    color: white !important;
}
.hc-support .hc-divider {
    background: white;
}
.hc-support .card-grid{
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hc-support .step-wrap {
    flex-shrink: 0;
    padding: 8px;
    width: 226px;
}
@media (min-width: 768px) {
    .hc-support .step-wrap{
        padding: 8px;
        max-width: 220px;
        min-width: 200px;
    }
}

.hc-support .step {
    padding: 36px 16px;
    min-height: 332px;
    background: white;
    text-align: center;
}
.hc-support .step-img {
    margin: 0 auto;
    width: 84px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 50%;
    /*background: var(--hc-main-color);*/
}
.hc-support .step-title {
    margin-top: 24px;
    font-size: 20px;
    font-weight: bold;
}
.hc-support .step-content {
    margin-top: 12px;
    font-size: 14px;
}
.hc-support .step-line {
    padding: 8px;
    width: 100%;
    border-bottom: 1px #d6d6d6 solid;
}
