.ds_banner>div{width: 100%;height: 385px;background-repeat: no-repeat;background-position: center;background-size: cover;}

.db_quality{background-color: #fff;}
.ds_able{padding: 50px 0 100px;}

.ds_able_c{background-color: #fff;padding: 50px 30px;}
.ds_able_t{max-width: 800px;margin: 50px auto 0;}
.ds_able_t>p{font-size: 16px;line-height: 2;color: #333;margin: 10px 0;}
.ds_able_t>b{font-size: 16px;line-height: 2;color: #333;margin: 10px 0;}

@media screen and (max-width: 766px) {
    .ds_banner>div{height: 30vh;}
    .ds_banner>div>h1{padding: 10vh 0 0;text-align: center;width: 100%;;}
    
    .ds_able_t>p{font-size: 1.6rem;}
}