section.wpb_row.bg-right-pos {
    background-position: right center !important;
}

@media only screen and (max-width: 600px) and (min-width: 200px)  {
    section.wpb_row.bg-right-pos {
        background: #f8f8f8 !important;
        padding:40px 0 !important;
    }
}