background image align right with padding using bootstrap 4 code example
Example: css align backround image to the right
.right-align-background {
background-position: center right;
}
.right-align-background {
background-position: center right;
}