.title-box {
    color: #991418;
    font-weight: 600;
    padding: 1rem 3rem;
    display: flex;
    height: 11rem;
    align-items: center;
    justify-content: center;
    line-height: 2.5rem;

    position: relative\9;
    width: 100%\9;
}
.overview-content .column {
    padding: 0 20px;
}
.overview-content .text {
    position: absolute\9;
    transform: translateY(-50%)\9;
    top: 50%\9;
    text-align: center\9;
    width: 275px\9;
}
@media screen and (max-width:768px) { 
    .title-box {
        width: 70%;
        height: 8rem;
        margin: 0 auto;
        padding: 1rem;
        line-height: 2rem;
    }
    .title-box.cn {
        white-space: nowrap;
    }
    .section {
        padding: 1.5rem;
    }
    .title-box-two {
        padding: 20px 0;
    }
    .icon-content img {
        height: 100px;
    }
}