@charset 'UTF-8';

.home-sale {
    padding: 5rem 0;
    text-align: center;
    background-color: #fff;
}

.home-sale .home-title .title-cn span {
    color: #C93200;
    font-size: 28px;
    margin: 0 10px;
    letter-spacing: 2px;
    font-weight: 400;
}

.home-sale .home-title i {
    color: #F4C51C;
    font-size: 28px;
}


@media (max-width: 991px) {
    .home-sale {
        padding: 4rem 0;
    }

    .home-sale .home-title .title-cn span,
    .home-sale .home-title i {
        font-size: 24px;
    }

    .edit-box {
        margin: 0 1rem;
    }
}


.home-sale .home-title .title-en img {
    max-height: 16px;
}