@charset "UTF-8";

#service_banner01 + div {
    background: var(--i_btn_color);
}
@media screen and (max-width: 650px){
    #bw_service01 + div .inner_item,
    #service_banner01 + div div{
        width: 100% !important;
    }
    #bw_service01 + div .inner_item:nth-of-type(2),
    #service_banner01 + div div:nth-of-type(2){
        margin-left: 0 !important;
        margin-top: 30px;
    }    
}