
@media screen and (min-width: 800px) {
    .about-us .company-culture-box .card-box .card-li .con-box {
        padding: 0.48rem 0.24rem 0.32rem;
    }
    .about-us .company-culture-box .card-box .card-li .con-box .tit {
        font-size: 0.22rem;
        line-height: 0.28rem;
    }
}


@media screen and (max-width: 800px) {
    .common__banner.page-banner .banner_wrapper .banner_main .banner_list .banner_item a .inner_content .inner-box .title{
        font-size: .64rem !important;
        line-height: 1 !important;
    }
    .about-us .company-culture-box .card-box {
        gap: 0.32rem 0;
    }
    .about-us .company-culture-box .card-box .card-li {
        width: 100%;
    }
}
