.hengsheng_sidebanner_text {
    padding: 50px 0;
    background: #f6f6f6;
}

.hengsheng_sidebanner_text .container {
    display: flex;
    align-items: center;
}

.hengsheng_sidebanner_text-list {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hengsheng_sidebanner_text-home {
    display: inline-flex;
    align-items: center;
    color: #7E7E7E;
    text-decoration: none;
    transition: color 0.2s;
}


.hengsheng_sidebanner_text-home svg {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 15px;
}

.hengsheng_sidebanner_text-link {
    color: rgba(0, 0, 0, 0.70);
    font-family: var(--font-family-semi-bold);
    font-size: var(--title-size-h3);
    font-style: normal;
    font-weight: 600;
    line-height: 1.346;
    text-transform: capitalize;
}

.hengsheng_sidebanner_text-sep {
    display: inline-flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.70);
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    /* 134.615% */
    text-transform: capitalize;
}

.hengsheng_sidebanner_text-sep svg {
    display: block;
}

@media screen and (max-width: 1400px) {
    .hengsheng_sidebanner_text {
        padding: 30px 0;
    }
}

@media screen and (max-width: 992px) {
    .hengsheng_sidebanner_text-home svg {
        width: 18px;
        height: 18px;
    }
}