.braedcrumb {
    width: 100%;
    justify-self: start !important;
    padding: 20px 0;
    border-top: 1px solid #ddd;
}

.braedcrumb li,
.braedcrumb li a {
    color: #787878 !important;
}

h1 {
    margin: 0 0 20px;
    color: #585858;
}

.latest-date {

    margin-top: 20px;
}

.latest-date span {
    color: #585858;
}

.pravacy-content {
    margin-bottom: 30px;
}

.pravacy-content h2 {
    margin-bottom: 14px;
    color: #4b4b4b;
}

.pravacy-content p {
    color: #5e5e5e;
}

.pravacy-content p:not(:nth-last-of-type(1)) {
    margin-bottom: 16px;
}

.pravacy-content .inner-row {
    margin: 20px 0;
}

.pravacy-content ul {
    margin: 20px 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.pravacy-content ul li {
    list-style: disc;
    font-size: 18px;
    color: #5e5e5e;
}

.pravacy-content .table-responsive {
    margin: 20px 0;
}

.pravacy-content .table-responsive th {
    background-color: #c11425;
    color: #fff;
}

.pravacy-content .table-responsive td {
    text-align: center;
    color: #585858;
}