﻿
#privacyheadder {
    padding-top: 60px
}

.terms-box h3 {
    margin-bottom: 20px;
}

.terms p {
    text-align: justify;
    padding-bottom: 10px;
    letter-spacing: .7px;
}

.terms h4 {
    font-family: Hind,Helvetica,Arial,sans-serif;
    font-size: 18px;
}

.terms h5 {
    font-family: Hind,Helvetica,Arial,sans-serif;
    font-size: 18px;
    text-transform: none;
}

li {
    text-align: justify;
    padding-bottom: 10px;
    letter-spacing: .5px;
}

.privacy-policy {
    background-image: url('https://s3-eu-west-1.amazonaws.com/shopusadocs/ShopUSANew/images/privacy-policy.jpg');
}

@media only screen and (max-width:769px) {
    .terms p {
        letter-spacing: .5px;
        text-align: left;
    }
}


