﻿
.static-header {
    background: url(../img/header-privacy.png) center / cover no-repeat;
}

.navbar-custom {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.75) 70%, rgba(0, 0, 0, 1) 100%), var(--primary-bg) !important;
}

.privacy-section {
    position: relative;
    background: var(--primary-bg);
    padding-right: 85px;
    padding-left: 85px;
    color: #ffffff;
    overflow: hidden;
}

.description p {
    margin-bottom: 30px;
}

.description-section {
    margin-top: 0;
}

    .description-section .privacy-title {
        margin-bottom: 5px;
    }

    .description-section p:last-child {
        margin-bottom: 30px;
    }

.description-privacy p {
    margin-bottom: 0px;
}

.description ul {
    list-style: none;
    margin: 0px;
}

    .description ul li {
        position: relative;
        padding-left: 15px;
        margin-bottom: 5px;
        line-height: 1.6;
    }

        .description ul li::before {
            content: "-";
            position: absolute;
            left: 0;
        }

.description p.numbered-policy {
    padding-left: 8px;
}


