/*privacy-body*/
.privacy-heading {
    font-size: 60px;
    text-align: center;
    position: relative;
    padding: 20px 0 45px;
    color: #FFF;
    background: #444;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    line-height: normal;
}

.privacy-heading:after {
    background: #ee3733;
    content: "";
    height: 8px;
    left: 0;
    margin: 50px auto;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: -15px;
    width: 185px;
}

.privacy-bg {
    width: 100%;
    margin: auto;
    list-style: none;
    display: inline-block;
    -webkit-flex-flow: row wrap;
    justify-content: center;
}

.privacy-content {
    background: #FFF;
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,.1);
    padding: 20px 30px;
    box-sizing: border-box;
    margin-top: 5px;
    border-radius: 6px;
}

.privacy-content h3 {
    font-size: 18px;
    font-weight: normal;
    color: #444;
    line-height: 22px;
}

.privacy-text h2 {
    padding: 10px 0;
    font-size: 19px;
    margin-bottom: 0px;
    line-height: normal;
    margin: 22px 0px 0px;
    position: relative;
    font-weight: 400;
    color: #555;
}

.privacy-text p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    color: #444;
}

.privacy-text ul li {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    list-style: disc;
    line-height: 28px;
    color: #444;
}

.privacy-text ul {
    padding-left: 16px;
}

.privacy-footer {
    background-color: #222;
    width: 100%
}

.privacy-footer {
    padding: 20px 30px;
    box-sizing: border-box;
    margin-top: 25px;
}

.privacy-footer p {
    color: #6B6B6B;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
}

.privacy-footer p a {
    color: #ee3733;
    font-weight: 600;
}

.privacy-text ol li {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
    color: #444;
}

.privacy-text ol {
    padding-left: 16px;
}
