.hero-bg{
    background-image: url("https://www.paypalobjects.com/webstatic/en_AR/mktg/wright/shopping_cart/shopping-cart.jpg");
    background-size: cover;
}
.box {
    padding: 60px 0;
}
.box {
    border-bottom:0 none;
}
.box .contentPara span {
    font-weight: bold;
    display:block;
}
.box .row-fluid ul {
    list-style-type:disc;
    margin-left: 20px;
    margin-top:0;
}
.box .row-fluid h2 {
    margin-bottom: 15px;
}
.box .row-fluid+.row-fluid {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #f2f2f2;
}
/* iphone landscape and portrait */
 @media only screen and (orientation: portrait) and (max-width: 480px) {
    html[data-device-type=mobile] .hero-bg {
        background-position: -415px top;
    }
}
html[data-device-type=mobile] .box {
    padding-top:30px;
}
html[data-device-type=mobile] .box .row-fluid+.row-fluid {
    border-top: 0 none;
}
html[data-device-type=mobile] .box .row-fluid ul li {
    font-weight: bold;
}
html[data-device-type=mobile] .box .center-text {
    text-align: left;
}
html[data-device-type=mobile] .box .row-fluid+.row-fluid {
    margin-top:0;
    padding-top:0;
}
html[data-device-type=mobile] .box .row-fluid+.row-fluid .span4 {
    border-top: 1px solid #f5f5f5;
    margin-top:30px;
    padding-top:15px;
}
html[data-device-type=mobile] .box .row-fluid+.row-fluid .span4:first-child {
    border-top: 0 none;
}

