.hero-bg, .hero-bg.parallax .parallax-bg {
    background-image: url("https://www.paypalobjects.com/webstatic/en_AR/mktg/banners/manage.jpg");
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-position: 100% center
}
html[data-device-type="mobile"] p {
    padding-top: 5px;
    padding-bottom: 5px;
}
html[data-device-type="mobile"] .hero-bg, html[data-device-type="mobile"] .hero-bg.parallax .parallax-bg{
    background-size: auto 265px;
    background-position: right top;
    background-color: #f6f6f6;
}

.article h4{
    margin: 1em 0 0.5em;
}

.article .marTop1em{
    margin-top:1em;
}

.article .marAll1em{
    margin: 1em 0;
}

.article ul{
    margin-left: 30px;
    list-style-type: disc;
}



