.banner-box {
    background-color: #fd5328;
    background-image: url('../../images/products/health/banner-bg.png?v=20190806');
    background-repeat: no-repeat;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center bottom;
}

.banner-box .l-box {
    width: 560px;
}

.banner-box .r-box {
    padding-top: 66px;
}

.item-box h3 {
    color: #fd5328;
}

.item-box.odd {
    background: #fef7f4;
    
}