.compare-content tbody td {
    padding: 20px;
}

.ask .banner {
    height: 341px;
    width: 100%;
    background: #cbab7b url('../../../assets/img/footer/5.jpg') center no-repeat;
    background-size: auto 100%;
}

.js .banner {
    height: 341px;
    width: 100%;
    background: #cbab7b url('../../../assets/img/footer/11.jpg') center no-repeat;
    background-size: auto 100%;
}

.company .banner {
    height: 341px;
    width: 100%;
    background: #cbab7b url('../../../assets/img/footer/6.jpg') center no-repeat;
    background-size: auto 100%;
}

.hs .banner {
    height: 341px;
    width: 100%;
    background: #cbab7b url('../../../assets/img/footer/12.jpg') center no-repeat;
    background-size: auto 100%;
}

.title-bg {
    height: 38px;
    line-height: 38px;
    background: #f4f4f4;
    font-weight: bold;
}

@media only screen and (max-width: 767.98px) {
    .ask .banner {
        height: 11rem;
    }
    .company .banner {
        height: 11rem;
    }
    .js .banner {
        height: 11rem;
    }
    .hs .banner {
        height: 11rem;
    }
    .title-bg {
        height: 1.6rem !important;
        line-height: 1.6rem !important;
    }
}
