/* ==========================================
   Privacy Policy & Commercial Transactions
========================================== */

body {
    padding: 40px 20px 80px;
    background: #222;
    color: #fff;
}

.privacy-page .privacy-container {
    max-width: 900px;
    margin: 0 auto;
}

/* ---------- Title ---------- */

.privacy-page h1 {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color:  #fff;
    margin-bottom: 15px;
}

/* ---------- Last Updated ---------- */

.privacy-page p:first-of-type {
    text-align: center;
    color:  #fff;
    margin-bottom: 60px;
    font-size: 15px;
}

/* ---------- Section ---------- */

.privacy-page h2{
    font-size:28px;
    font-weight:600;
    color:#fff;
    margin-top:50px;
    margin-bottom:18px;
    padding:0 0 10px 15px;
    border-left:5px solid #e63946;
    border-bottom:2px solid #009e76;
}

/* ---------- Text ---------- */

.privacy-page p {
    font-size: 17px;
    line-height: 1.9;
    color: #fff;
    margin-bottom: 20px;
}

/* ---------- Lists ---------- */

.privacy-page ul {
    margin: 20px 0 25px 28px;
    padding: 0;
}

.privacy-page li {
    font-size: 17px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 12px;
}

/* ---------- Links ---------- */

.privacy-page a {
    color: #59acff;
    text-decoration: none;
    transition: color .25s ease;
}

.privacy-page a:hover {
    text-decoration: underline;
}

/* ---------- Contact ---------- */

.privacy-page strong {
    color: #fff;
}

/* ---------- Mobile ---------- */

@media (max-width: 768px) {

    .privacy-page {
        padding: 110px 20px 60px;
    }

    .privacy-page h1 {
        font-size: 34px;
    }

    .privacy-page h2 {
        font-size: 23px;
        margin-top: 40px;
    }

    .privacy-page p,
    .privacy-page li {
        font-size: 16px;
    }

}