.privacy-policy__container {
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 680px;
    margin: 0rem auto 5rem;
    padding-left: 20px;
    padding-right: 20px;
}

.breadcrumbs {
    margin: 2em 4em 2em;
}

.features--heading-uppercase .Rte h1, .features--heading-uppercase .Rte h2, .features--heading-uppercase .Rte h3, .features--heading-uppercase .Rte h4, .features--heading-uppercase .Rte h5, .features--heading-uppercase .Rte h6 {
    letter-spacing: .2em;
    text-transform: uppercase;
}

.Rte p:not(:last-child), .Rte ul:not(:last-child), .Rte ol:not(:last-child) {
    margin-bottom: 1.6em;
}

.privacy-policy__container h1 {
    font-size: calc(var(--s-val)*2);
    letter-spacing: .2em;
    text-transform: uppercase;
    margin: 2.2em 0 .8em;
        font-weight: 100;
}

nav.breadcrumbs {
    position: relative;
    top: unset;
    left: unset;
    padding-top: 2rem;
}

@media screen and (max-width: 768px) {
    .privacy-policy__container {
    padding-top: 2rem;
}

.Rte p:not(:last-child), .Rte ul:not(:last-child), .Rte ol:not(:last-child) {
    margin-bottom: 1.6em;
    font-size: calc(var(--s-val)*1.4);
}
}